Description Usage Arguments Value Examples
Optimize parameters for a script that is accessible via Command Line
1 | wrapSystemCommand(systemCall)
|
systemCall |
String that calls the command line script. |
callable function for SPOT
1 2 3 | exampleScriptLocation <- system.file("consoleCallTrialScript.R",package = "SPOT")
f <- wrapSystemCommand(paste("Rscript", exampleScriptLocation))
spot(,f,c(1,1),c(100,100))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.