fn_get_runfile | R Documentation |
Retrieve Entire Run Log File from Old OM model
fn_get_runfile(
elementid = -1,
runid = -1,
scenid = 37,
site = "http://deq2.bse.vt.edu",
cached = TRUE,
outaszoo = TRUE,
use_tz = FALSE,
cleanup = FALSE
)
elementid |
integer OM model element id |
runid |
integer run id |
scenid |
integer - model domain ID |
site |
URL of om server |
cached |
boolean - use local copy or force refresh |
outaszoo |
boolean return as a zoo timeseries if TRUE, or as data frame |
use_tz |
character pass in a custom timezone for zoo |
cleanup |
Logical - Should the log file be deleted (TRUE) or written to working directory (FALSE)? Note that the cached argument requires these log files so setting cleanup to FALSE will prevent caching regardless of cached argument |
reference class of type openmi.om.equation
NA
NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.