| grid.compileScript {GridR} | R Documentation |
compiles an R script from the R history. All entered lines in the actual R Session are saved to path. If there is a parsing error, an error message is shown
grid.compileScript(path)
path |
path of the output file |
Malte Lohmeyer
#library("GridR")
#grid.init(service="local")
#a=1
#1
#grid.compileScript("test.R")