status: Get status of NONMEM runs

View source: R/monitoring.R

statusR Documentation

Get status of NONMEM runs

Description

[Stable]

Usage

status(x)

Arguments

x

An nm object.

Value

A character with the status of the run with values "non started", "running", "finished", or "error"

See Also

status_table().

Examples


# 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


tsahota/NMproject documentation built on Oct. 1, 2022, 11:51 a.m.