grid.compileScript {GridR}R Documentation

grid.compileScript

Description

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

Usage

grid.compileScript(path)

Arguments

path path of the output file

Author(s)

Malte Lohmeyer

Examples

#library("GridR")
#grid.init(service="local")
#a=1
#1
#grid.compileScript("test.R")

[Package GridR version 0.9.1 Index]