createBatchFile | R Documentation |
Creates a MOVES excutable batchfile that will run all runspecs provided.
createBatchFile(batchFileLocation, runspecLocations, movesLocation)
batchFileLocation |
file path as string as location to save batchfile |
runspecLocations |
vector of file paths as string as location to find runspecs |
movesLocation |
file path as string as location of MOVES executable installation |
file path as string as location to where batchfile was saved
createBatchFile("C:\\Users\\LocalUser\\MOVESRuns\\moves_batchfile.bat", c("C:\\Users\\LocalUser\\MOVESRuns\\moves_runspec_copy.xml"), "C:\\Users\\Public\\EPA\\MOVES\\MOVES2014b")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.