[help] Retrospectively set target status #1496
Replies: 1 comment 1 reply
-
Sorry, there is no way in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Help
Description
I ran a long analysis using targets, with the main target function outputting a series of files to disk and returning the file location. I failed to set the target format to file however, so my understanding is that these files remain untracked and when running
tar_progress_branches(target_name)
an empty tibble is returned. Given the long run time of the analysis I do not want to repeat it but how can I (retrospectively) inform targets that this target has completed as expected?Beta Was this translation helpful? Give feedback.
All reactions