createBatchFile: createBatchFile

View source: R/r4moves.R

createBatchFileR Documentation

createBatchFile

Description

Creates a MOVES excutable batchfile that will run all runspecs provided.

Usage

createBatchFile(batchFileLocation, runspecLocations, movesLocation)

Arguments

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

Value

file path as string as location to where batchfile was saved

Examples

createBatchFile("C:\\Users\\LocalUser\\MOVESRuns\\moves_batchfile.bat",
c("C:\\Users\\LocalUser\\MOVESRuns\\moves_runspec_copy.xml"),
"C:\\Users\\Public\\EPA\\MOVES\\MOVES2014b")

hlinak/R-for-MOVES documentation built on Jan. 31, 2023, 2:03 p.m.