load_dataset function

load_dataset

load_dataset

Load the dataset given datainfo

load_dataset(model)

Arguments

  • model: (Model) Pharmpy model

Returns

(Model) Pharmpy model with dataset removed

Examples

## Not run: model <- load_example_model("pheno") model <- unload_dataset(model) model$dataset is NULL model <- load_dataset(model) model$dataset ## End(Not run)
  • Maintainer: Rikard Nordgren
  • License: LGPL (>= 3)
  • Last published: 2024-12-04