unload_dataset
Unload the dataset from a model
unload_dataset(model)
model
: (Model) Pharmpy model(Model) Pharmpy model with dataset removed
## Not run: model <- load_example_model("pheno") model <- unload_dataset(model) model$dataset is NULL ## End(Not run)