Skip to contents

Add new data sources to a bowerbird configuration

Usage

bb_add(config, source)

Arguments

config

bb_config: a bowerbird configuration (as returned by bb_config)

source

data.frame: one or more data source definitions, as returned by bb_source, to add to the configuration

Value

configuration object

See also

Examples

if (FALSE) {
  cf <- bb_config("/my/file/root") %>%
    bb_add(bb_example_sources())
}