DatasetConfig: Create a dataset configuration. This configuration allows...

View source: R/dataset_config.R

DatasetConfigR Documentation

Create a dataset configuration. This configuration allows CAMPSIS to know which are the default depot and observed compartments.

Description

Create a dataset configuration. This configuration allows CAMPSIS to know which are the default depot and observed compartments.

Usage

DatasetConfig(
  defDepotCmt = 1,
  defObsCmt = 1,
  exportTSLD = FALSE,
  exportTDOS = FALSE
)

Arguments

defDepotCmt

default depot compartment, integer

defObsCmt

default observation compartment, integer

exportTSLD

export column TSLD (time since last dose), logical

exportTDOS

export column TDOS (time of last dose), logical

Value

a dataset configuration


campsis documentation built on April 24, 2023, 5:07 p.m.