Description Usage Arguments Value Examples
Save configuration to file in the user's home directory.
1 | save_config(auth_token, ..., profile = "DEFAULT")
|
auth_token |
API authorization token. |
... |
Reserved for future configuration parameters. |
profile |
Configuration profile. |
Object of type cfg_saved
1 2 3 4 5 | ## Not run:
saved_cfg <- data.world::save_config(auth_token = "YOUR_TOKEN")
data.world::set_config(saved_cfg)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.