[Monolix - PKanalix] Get data sets descriptions
Get information about the data sets and filters defined in the project.
Usage
R
getAvailableData()
Value
A list containing a list containing elements that describe the data set:
-
name: (character) the name of the data set -
file: (character) the path of the data set file -
current: a logical indicating if the data set is applied (currently in use) -
children: a list containing lists with information about data sets created from this one using filters -
filter(only if the dataset was created using filters): a list containing name of theparentand details about filterdefinition
Examples
R
if (FALSE) {
getAvailableData()
}