Skip to contents

Use to create xpose data object from files in NLME or NONMEM key model output folders.

Usage

import_key_models(darwin_data, dir, ...)

Arguments

darwin_data

Object of class darwin_data.

dir

File path to key models directory.

...

Additional args.

Value

Object of class darwin_data.

Examples

 if (FALSE) { # \dontrun{
ddb <- darwin_data(project_dir = "./darwin_search_09") |>
   import_key_models(dir = "./darwin_search_09/key_models")
} # }