if (FALSE) {
# Setup 2 configuration files
config_setup(apikey = "key", companyname = "Ascent", conffile = "example.json")
config_setup(apikey = "key2", companyname = "Descent", conffile = "example2.json")
# Jump between them
use_config("example.json")
use_config("example2.json")
# Remove them when finished
unlink("example.json")
unlink("example2.json")
}
Run the code above in your browser using DataLab