Displaying 1 result from an estimated 1 matches for "rterm_options".
Did you mean:
item_options
2012 May 25
1
R+Stata batch mode
Dear R help,
I am using Stata, and I use a Stata ado file (Rsource) to run R in batch
mode within Stata
Everything works fine .... except for the fact that I cannot export the
graphics that I obtain with my computations written in my R source file
I believe this is related to the global Rterm_options `"--vanilla"' that I
need to precise to Rsource (otherwise it does not work) ...
What kind of options should I precise instead in order to be able to use
the R line :
png('mygraph.png')
dev.off()
? At the moment the file obtained (mygraph.png) is void ... but strangely
enoug...