get_results_records: Retrieve Highbond Results - Records

Description Usage Arguments Details Value Examples

View source: R/results.R

Description

Downloads the content in the structure as saved by Highbond Results, including metadata and questionnaire responses (if applicable).

Usage

1

Arguments

auth

Highbond authentication credentials, created from setup_highbond

table_id

The table to be downloaded

timezone

Defaults to Sys.timezone(). See OlsonNames() for a list of allowable timezones.

Details

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>

Value

A list containing the contents, table requested and the original response

Examples

1
2
3
4
## Not run: 
response <- get_results_records(auth, 567890)

## End(Not run)

galvanizer documentation built on May 28, 2021, 5:14 p.m.