Skip to content

Combined_res question #102

Answered by egeulgen
daacarri asked this question in Q&A
Sep 24, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I'm assuming you meant the Step-by-Step Execution vignette.

Have you encountered any issues with run_pathfindR()? We generally suggest using this wrapper function instead of manually performing the steps.

In the vignette, the combined_res dataframe is used to store the result of each iteration and is created right before the loop (combined_res <- NULL). Within the loop, each iteration's result (stored in current_res) is added to the combined_res.

Let me know if this helps,
Best,
-E

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@daacarri
Comment options

@egeulgen
Comment options

Answer selected by egeulgen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants