upload_report_data_frame.Rd
Upload Report Data from a dataframe
upload_report_data_frame(df, report_id, data_set_key, s3_file_name = NA, ...)
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 |
s3_file_name | Name of the file in S3 to create (without a file extension) |
... | Any arguments to pass to write.csv |