Keep only selected data_sources in a bowerbird configuration
Examples
if (FALSE) { # \dontrun{
cf <- bb_config("/my/file/root") %>%
bb_add(bb_example_sources()) %>%
bb_subset(1:2)
} # }
Keep only selected data_sources in a bowerbird configuration
if (FALSE) { # \dontrun{
cf <- bb_config("/my/file/root") %>%
bb_add(bb_example_sources()) %>%
bb_subset(1:2)
} # }