Learn R Programming

data.world (version 1.2.2)

cfg: Construct configuration object using runtime values.

Description

Construct configuration object using runtime values.

Usage

cfg(auth_token)

Arguments

auth_token

API authorization token.

Value

Object of type cfg

Examples

Run this code
# NOT RUN {
runtime_cfg <- data.world::cfg(auth_token = "YOUR_TOKEN")
data.world::set_config(runtime_cfg)
# }

Run the code above in your browser using DataLab