get_reports | R Documentation |
get_reports
retrieves metadata for each report in a table.
get_reports(subdomain, auth, table_id, agent = NULL)
subdomain |
Character vector with one element. Found at the beginning of the Quickbase URL. Realm specific. |
auth |
Character vector with one element. The Quickbase authentication scheme you are using to authenticate the request (e.g., user token). |
table_id |
Character vector with one element. Found in the URL of a Quickbase table. |
agent |
Optional. Character vector with one element. Describes user/agent making API call. |
A tibble.
## Not run:
get_reports(subdomain = "abc",
auth = keyring::key_get("qb_example"),
table_id = "bn9d8iesz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.