Extracts the model name from a hyperion_nonmem_model object.
Examples
if (FALSE) { # \dontrun{
mod <- read_model("models/run001.mod")
get_model_name(mod) # "run001"
} # }
Extracts the model name from a hyperion_nonmem_model object.
if (FALSE) { # \dontrun{
mod <- read_model("models/run001.mod")
get_model_name(mod) # "run001"
} # }