Description Usage Arguments Value Examples
Delete sections in config, just do config[sections] <- NULL
1 | config.sections.del(config, sections)
|
config |
a list of config (eg. generated by read.config) |
sections |
Sections that need to be deleted |
A list of config
1 2 3 | config.json <- system.file('extdata', 'config.json', package = 'configr')
config <- read.config(config.json, file.type = 'json')
config <- config.sections.del(config, 'default')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.