bb_subset: Keep only selected data_sources in a bowerbird configuration

View source: R/config.R

bb_subsetR Documentation

Keep only selected data_sources in a bowerbird configuration

Description

Keep only selected data_sources in a bowerbird configuration

Usage

bb_subset(config, idx)

Arguments

config

bb_config: a bowerbird configuration (as returned by bb_config)

idx

logical or numeric: index vector of data_source rows to retain

Value

configuration object

See Also

bb_source, bb_config

Examples

## Not run: 
  cf <- bb_config("/my/file/root") %>%
    bb_add(bb_example_sources()) %>%
    bb_subset(1:2)

## End(Not run)

AustralianAntarcticDivision/bowerbird documentation built on March 8, 2024, 8:33 a.m.