is_successful | R Documentation |
is_successful(r)
r |
An nm object. |
TRUE
if run was successful, FALSE
otherwise.
# 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")) is_successful(m1) ## FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.