Displaying 1 result from an estimated 1 matches for "mid3cb336ea".
2002 Apr 09
3
dynamically including R-code into R-code
Hello,
I have a R-script, R1, that contains some variables and some R-functions.
I want to include/require this script into another R-script, R2, so that I
can access the the variables and functions that are inside script R1 in
script R2.
Is this possible?
Script R1 could for example contain information about database
connections, paths etc.
that would be used in several R scripts. I do not