Helper to extract the path to the input data from a bbi_{.model_type}_summary or bbi_{.model_type}_model object. Note that this function only works on models that have been successfully run because the path to the data is constructed during model submission.

get_data_path(.mod, ...)

# S3 method for bbi_model
get_data_path(.mod, ...)

Arguments

.mod

Model to use, either a bbi_{.model_type}_model or bbi_{.model_type}_summary object.

...

Arguments passed through to methods. (Currently none, but may have some modifier arguments other model types in the future.)

Value

Absolute path to input data file

Methods (by class)

  • bbi_model: Takes bbi_nonmem_model object