is_finished | R Documentation |
is_finished(r, initial_timeout = NA)
r |
An nm object. |
initial_timeout |
Deprecated. See |
A logical vector with TRUE
or FALSE
values.
# 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_finished(m1) # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.