[general] tar_prune() equivalent for functions/objects no longer part of the pipeline #1312
Closed
benzipperer
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @benzipperer, I believe
Link: https://docs.ropensci.org/targets/reference/tar_prune.html |
Beta Was this translation helpful? Give feedback.
3 replies
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
Is there a tar_prune() equivalent or recommended way to clean up the metadata for old objects and functions that are no longer part of the pipeline?
I can use tar_invalidate() on specific names but I was wondering if there is a simpler way to clean things up without specifying the names of old objects or functions in the metadata, like tar_prune() does for targets.
Thank you for the awesome package!
Beta Was this translation helpful? Give feedback.
All reactions