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) Pharmpy model with dataset removed

Examples

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

## End(Not run)


pharmpy/pharmr documentation built on Feb. 15, 2025, 3:22 a.m.