View source: R/CoreFunctions.R
runCommandFile | R Documentation |
runCommandFile
runs a command file.
runCommandFile(cmdFile = NULL, ...)
cmdFile |
character: contains the name of the file to be run. |
... |
additional parameter passed to system2(). |
invisible boolean indicating success or failure for the initiation of the run.
## Not run:
runCommandFile("Test/test.bat")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.