configSet: Overwrites the config file

Description Usage Arguments Value Examples

View source: R/utilPackage.R

Description

Saves the specified config object to the current config file location. Yaml was chosen as config file format due to its human read/writability, so direct editing of the file is possible. This function is available for convenience nevertheless.

Usage

1
configSet(config)

Arguments

x

The new config object.

Value

NULL (invisibly)

Examples

1
2
3
conf <- configGet()
# edit the list in R
configSet(conf)

nbenn/singleCellFeatures documentation built on May 23, 2019, 12:24 p.m.