cfg_env: Construct configuration object using environment variables.

Description Usage Arguments Value Examples

Description

Construct configuration object using environment variables.

Usage

1
cfg_env(auth_token_var = "DW_AUTH_TOKEN")

Arguments

auth_token_var

Name of environment variable for API authorization token (default: DW_AUTH_TOKEN).

Value

Object of type cfg_env

Examples

1
2
envvars_cfg <- data.world::cfg_env()
data.world::set_config(envvars_cfg)

data.world documentation built on May 2, 2019, 6:33 a.m.