Upload & Import Single Report Dataset from a dataframe (convenience function combining upload & import)

import_report_data_df(
  df,
  report_id,
  data_set_key,
  subgroups = list(),
  data_set_label = NA,
  chart_types = list(),
  skip_validation = FALSE
)

Arguments

df

Dataframe containing data that will be uploaded to S3

report_id

Report id or name

data_set_key

Unique key to identify the data set this 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

skip_validation

Only set this to true if there is false error requiring a change to validation