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
Uh oh!
There was an error while loading. Please reload this page.
-
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.Rscript is the main file. In principle I would expect to avoid loadingsomepackageandotherpackageto the main session. Any comments regarding the use offuturein this scenario would be appreciated.Thank you for the package, btw!
Beta Was this translation helpful? Give feedback.
All reactions