getAvailableData
[Monolix - PKanalix] Get data sets descriptions
Get information about the data sets and filters defined in the project.
Usage
getAvailableData()
Value
A list containing a list containing elements that describe the data set:
name: (character) the name of the data setfile: (character) the path of the data set filecurrent: 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 filtersfilter(only if the dataset was created using filters): a list containing name of theparentand details about filterdefinition
Examples
if (FALSE) {
getAvailableData()
}