wrapSystemCommand: wrapSystemCommand

View source: R/wrapper.R

wrapSystemCommandR Documentation

wrapSystemCommand

Description

Optimize parameters for a script that is accessible via Command Line

Usage

wrapSystemCommand(systemCall)

Arguments

systemCall

String that calls the command line script.

Value

callable function for SPOT

Examples


# exampleScriptLocation <- system.file("consoleCallTrialScript.R",package = "SPOT")
# f <- wrapSystemCommand(paste("$(R_HOME)/bin/Rscript", exampleScriptLocation))
# spot(,f,c(1,1),c(100,100))


SPOT documentation built on June 26, 2022, 1:06 a.m.