unload_dataset function

unload_dataset

unload_dataset

Unload the dataset from a model

unload_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 ## End(Not run)
  • Maintainer: Rikard Nordgren
  • License: LGPL (>= 3)
  • Last published: 2024-12-04