powered by
Delete sections in config, just do config[sections] <- NULL
config.sections.del(config, sections)
a list of config (eg. generated by read.config)
Sections that need to be deleted
A list of config
# NOT RUN { config.json <- system.file('extdata', 'config.json', package = 'configr') config <- read.config(config.json, file.type = 'json') config <- config.sections.del(config, 'default') # }
Run the code above in your browser using DataLab