Learn R Programming

qbr (version 1.3.0)

get_reports: Get all reports for a table

Description

get_reports retrieves metadata for each report in a table.

Usage

get_reports(subdomain, auth, table_id, agent = NULL)

Value

A tibble.

Arguments

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.

Examples

Run this code
if (FALSE) {
   get_reports(subdomain = "abc",
              auth = keyring::key_get("qb_example"),
              table_id = "bn9d8iesz")
}

Run the code above in your browser using DataLab