Learn R Programming

data.world (version 1.2.2)

save_config: Save configuration to file in the user's home directory.

Description

Save configuration to file in the user's home directory.

Usage

save_config(auth_token, ..., profile = "DEFAULT")

Arguments

auth_token

API authorization token.

...

Reserved for future configuration parameters.

profile

Configuration profile.

Value

Object of type cfg_saved

Examples

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

Run the code above in your browser using DataLab