[help] how to figure out which row in params is failing in tar_render_rep #205
Unanswered
erinsteiner-NOAA
asked this question in
Help
Replies: 2 comments
-
Hello, you can add a column in the data.frame with |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ginolhac - thanks for the tip about tar_name() - I used it to print the current run to a csv that I can monitor in real time with the info I need to know about which record is failing: |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Help
Description
I was wondering if anyone has figured out a clever way to figure out which row in the params data.frame is failing? I have a targets workflow that renders ~200 reports using the tar_render_rep function. When a branch fails to complete, it's really tricky to figure out which line in the params data.frame is the one that failed. I was curious if anyone has figured out how to either name the branches so that they can be matched to the params data.frame row? Or print an iteration number to the the terminal? Or maybe there's another solution I'm not thinking of? Thanks for considering my question!
Beta Was this translation helpful? Give feedback.
All reactions