cfg: Construct configuration object using runtime values.

Description Usage Arguments Value Examples

View source: R/config.R

Description

Construct configuration object using runtime values.

Usage

1
cfg(auth_token)

Arguments

auth_token

API authorization token.

Value

Object of type cfg

Examples

1
2
runtime_cfg <- data.world::cfg(auth_token = "YOUR_TOKEN")
data.world::set_config(runtime_cfg)

datadotworld/data.world-r documentation built on July 2, 2021, 2:17 a.m.