Learn R Programming

qbr (version 1.3.0)

summarize_app: Summarize an app

Description

Get metadata for an app, its tables, and its fields.

Usage

summarize_app(subdomain, auth, app_id, agent = NULL)

Value

A list of tibbles.

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).

app_id

Character vector with one element. Unique identifier of an app. Found in the URL of the app's homepage after /db/

agent

Optional. Character vector with one element. Describes user/agent making API call.

Examples

Run this code
if (FALSE) {
   summarize_app(subdomain = "abc",
                 auth = keyring::key_get("qb_example"),
                 app_id = "bsf5hphe5")
}

Run the code above in your browser using DataLab