pfw_rollup {PFW} | R Documentation |
Do Taxonomic Rollup on Project FeederWatch Data
Description
This function removes spuhs, hybrids, and slashes and "demotes" subspecies/subspecies intergrades to their parent species.
Usage
pfw_rollup(data)
Arguments
data |
A Project FeederWatch dataset. |
Value
A cleaned dataset with only species-level codes and a rollup attribute.
Examples
# Download/load example dataset
data <- pfw_example
# Apply taxonomic rollup to an active PFW dataset
rolled_data <- pfw_rollup(data)
[Package PFW version 0.1.0 Index]