wrapSystemCommand: wrapSystemCommand

Description Usage Arguments Value Examples

View source: R/wrapper.R

Description

Optimize parameters for a script that is accessible via Command Line

Usage

1
wrapSystemCommand(systemCall)

Arguments

systemCall

String that calls the command line script.

Value

callable function for SPOT

Examples

1
2
3
exampleScriptLocation <- system.file("consoleCallTrialScript.R",package = "SPOT")
f <- wrapSystemCommand(paste("Rscript", exampleScriptLocation))
spot(,f,c(1,1),c(100,100))

bartzbeielstein/SPOT documentation built on June 13, 2020, 5:58 p.m.