[ESS] Include local files when running R scripts remotely
Vinh Nguyen
vqnguyen at uci.edu
Tue Aug 31 04:12:30 CEST 2010
Map the windows fileserver onto the UNIX server via samba? Then you can
source("/path/to/mount/file.R"). If you can somehow pipe the output of the
file on the windows machine into the Unix server via command line (using
something like ssh and cat), then you can also make use of
source(file=pipe(...)). Check out ?pipe in R.
Vinh
--
View this message in context: http://old.nabble.com/Include-local-files-when-running-R-scripts-remotely-tp29576850p29578949.html
Sent from the ESS - Help mailing list archive at Nabble.com.
More information about the ESS-help
mailing list