createTempFilesAndRunMOVES | R Documentation |
Wrapper function that creates temporary runspecs, creates a temporary batch file, runs command line MOVES, and then deletes the temporary files.
createTempFilesAndRunMOVES(runspecs, tempDirectory, movesLocation)
tempDirectory |
file path as string to location to save temporary runspecs and batch file |
movesLocation |
file path as string as location of MOVES executable installation |
runspecLocations |
vector of file paths as string as location to find runspecs |
results of command line MOVES run.
createTempFilesAndRunMOVES(c(rs), c("C:\\Users\\LocalUser\\MOVESRuns\\"), "C:\\Users\\Public\\EPA\\MOVES\\MOVES2014b")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.