Displaying 1 result from an estimated 1 matches for "secondscript".
2004 Jan 12
1
source problem
Hi,
I'm trying to call an R script from the command-line ("firstScript.r"
below). This script then sources another script in another directory
using the absolute path to the file
("/home/john/R_script/secondScript.r"). That script then needs to
source an R script in the same directory using a relative path
("thirdScript.r"). Neither script should know that it is being
sourced. For example,
/usr/local/algo/R/script/firstScript.r
/home/john/R_script/secondScript.r
/home/john/R_script/third...