wrapSystemCommand | R Documentation |
Optimize parameters for a script that is accessible via Command Line
wrapSystemCommand(systemCall)
systemCall |
String that calls the command line script. |
callable function for SPOT
# exampleScriptLocation <- system.file("consoleCallTrialScript.R",package = "SPOT") # f <- wrapSystemCommand(paste("$(R_HOME)/bin/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.