Replies: 1 comment 3 replies
-
The general idea is to keep |
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
-
Hi, I have a question regarding the use of
source()
to run a script. What would it be the best practices?I'm organizing a very complex analysis, so I would like to send most of the heavy workloads to background sessions and return only specific variables.
For instance:
The
analysis.R
script is the main file. In principle I would expect to avoid loadingsomepackage
andotherpackage
to the main session. Any comments regarding the use offuture
in this scenario would be appreciated.Thank you for the package, btw!
Beta Was this translation helpful? Give feedback.
All reactions