if (FALSE) {
# Get all data in a report
my_tibble <- run_report(subdomain = "abc",
auth = keyring::key_get("qb_example"),
table_id = "bn9d8iesz",
report_id = "1")
# Get rows 3 to 6 from a report
my_tibble <- run_report(subdomain = "abc.quickbase.com",
auth = keyring::key_get("qb_example"),
table_id = "bn9d8iesz",
report_id = "1",
skip = 2,
top = 3)
}
Run the code above in your browser using DataLab