Learn R Programming

data.world (version 1.2.2)

cfg_saved: Construct configuration object using file-based configuration.

Description

Construct configuration object using file-based configuration.

Usage

cfg_saved(profile = "DEFAULT")

Arguments

profile

Name of configuration profile (default: DEFAULT).

Value

Object of type cfg_saved

Examples

Run this code
# NOT RUN {
saved_cfg <- data.world::cfg_saved()
data.world::set_config(saved_cfg)
# }

Run the code above in your browser using DataLab