Upload & Import Multiple Report Datasets

import_datasets(report_id, datasets, match_result = NA)

Arguments

report_id

Report id or name

datasets

List of lists. Each inner list must contain:

data

The dataset as an R dataframe or nested list

data_set_key

Unique key identifying the dataset

chart_types

List of chart type strings (e.g. list("table"), list("sankey")).

subgroups

(optional) List of subgroup column names. Defaults to list().

data_set_label

(optional) User-friendly label. Defaults to data_set_key.

match_result

List of lists.