-
Help
DescriptionWhen I want to troubleshoot a target, I run the pipeline with the But this loads all the sourced functions and possibly other stuff in the global environment. Can the pipeline be run within the same session without loading all the sourced functions and variables into the global environment? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Maybe |
Beta Was this translation helpful? Give feedback.
Maybe
local(tar_make(callr_function = NULL)
would work, but I haven't tried it. If you're worried about messing up your global environment, I suggest creating a separate new interactive R session for debugging.