| setPrjRunID | R Documentation |
.prj fileSets the Run ID in a CRHM model .prj file
setPrjRunID(inputPrjFile = "", RunID = 0, outputPrjFile = "", logfile = "")
inputPrjFile |
Required. Name of the |
RunID |
Required. New RunID for basin. Must be an integer. |
outputPrjFile |
Optional. If omitted, the input |
logfile |
Optional. Name of the file to be used for logging the action. Normally not used. |
If successful, returns TRUE. If unsuccessful, returns FALSE.
Kevin Shook
runCRHM setPrjHRUnames setPrjDates setPrjParameters
## Not run:
result <- setPrjRunID('c:/CRHM/Bad Lake 1974-1975.prj', '5')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.