upload_report_data_csv_file.Rd
Upload Report Data from a csv file
upload_report_data_csv_file(file, report_id, data_set_key, s3_file_name = NA)
file | Full path to a local csv file with report data to be uploaded to S3. Alternatively, an raw vector containing the file can be passed directly, in which case object needs to be specified explicitly. |
---|---|
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) |