unload_dataset: unload_dataset

View source: R/functions_wrapper.R

unload_datasetR Documentation

unload_dataset

Description

Unload the dataset from a model

Usage

unload_dataset(model)

Arguments

model

(Model) Pharmpy model

Value

(Model) Updated Pharmpy model

Examples

## Not run: 
model <- load_example_model("pheno")
model <- unload_dataset(model)
model$dataset is NULL

## End(Not run)


pharmr documentation built on May 28, 2026, 5:08 p.m.