Upload & Import Single Report Dataset from a nested list of lists

import_report_data_nested(
  data,
  report_id,
  data_set_key,
  subgroups = list(),
  data_set_label = NA,
  chart_types = list()
)

Arguments

data

List of data values nested in a structure that allows for different data per subgroup combination

report_id

Report id or name

data_set_key

Unique key to identify the data set his file will be imported into

subgroups

List of columns in the dataframe that represent the subgroup combinations

data_set_label

Optional user friendly label for the dataset (for users to choose in the UI)

chart_types

List of chart types the dataset structure is built to support