Skip to main content
Skip table of contents

getAvailableData

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 the parent and details about filter definition

Examples

R
if (FALSE) {
getAvailableData()
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.