get_results_records.Rd
Downloads the content in the structure as saved by Highbond Results, including metadata and questionnaire responses (if applicable).
get_results_records(auth, table_id, timezone = Sys.timezone())
auth | Highbond authentication credentials, created from |
---|---|
table_id | The table to be downloaded |
timezone | Defaults to |
A list containing the contents, table requested and the original response
Table ID can be found in the path of your Result table. https://<company_name>.results.highbond.com/projects/<COLLECTION_ID>/controls/<ANALYSIS_ID>/control_tests/<TABLE_ID>
if (FALSE) { response <- get_results_records(auth, 567890) }