Description Usage Arguments Value
Correct and otherwise filter BBS species data (see
combine_bbs_subspecies
and filter_bbs_species
for more info). Generate the abundance, covariate, and metadata tables and
return the combined object.
1 2 3 4 5 6 7 8 | process_bbs_route_region_data(
bbs_data_table,
location_table,
species_table,
save_to_file = FALSE,
storage_path = file.path(get_default_data_path(), "breed-bird-survey-prepped"),
citation_text = NULL
)
|
bbs_data_table |
main bbs data table |
location_table |
information about location of the route |
species_table |
table of species for BBS |
save_to_file |
whether to save the processed dataset to a file |
storage_path |
folder in which to put processed dataset |
citation_text |
text of citation for the database |
the processed BBS data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.