Replies: 1 comment 1 reply
-
Sure, that sounds fine. Please give 3c83265 a try. NB |
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
-
Would it be possible to implement the
exclude
parameter oftar_visnetwork()
intar_watch()
?With
tar_visnetwork()
we can exclude targets very easily, for example:tar_visnetwork(targets_only = TRUE, exclude = "annoying_targets")
It would be great to be able to have an interactive version of the above using
tar_watch()
:tar_watch(targets_only = TRUE, exclude = "annoying_targets")
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions