status | R Documentation |
status(x)
x |
An nm object. |
A character with the status of the run with values "non started"
,
"running"
, "finished"
, or "error"
status_table()
.
# create example object m1 from package demo files exdir <- system.file("extdata", "examples", "theopp", package = "NMproject") m1 <- new_nm(run_id = "m1", based_on = file.path(exdir, "Models", "ADVAN2.mod"), data_path = file.path(exdir, "SourceData", "THEOPP.csv")) status(m1) ## not run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.