View source: R/create_xpose_data.R
import_key_models | R Documentation |
Use to create xpose data object from files in NLME or NONMEM key model output folders.
import_key_models(darwin_data, dir, ...)
darwin_data |
Object of class |
dir |
File path to key models directory. |
... |
Additional args. |
Object of class darwin_data
.
if (interactive()) {
ddb <- darwin_data(project_dir = "./darwin_search_09") |>
import_key_models(dir = "./darwin_search_09/key_models")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.