load_dataset: load_dataset

View source: R/functions_wrapper.R

load_datasetR Documentation

load_dataset

Description

Load the dataset given datainfo

Usage

load_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
model <- load_dataset(model)
model$dataset

## End(Not run)


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