Skip to contents

Extracts the dataset path from a hyperion_nonmem_model object.

Usage

get_data_path(model)

Arguments

model

A hyperion_nonmem_model object

Value

Character string with the data path, or NULL if not found

Examples

if (FALSE) { # \dontrun{
mod <- read_model("models/run001.mod")
get_data_path(mod) # "../data/derived/pk_data.csv"
} # }