trashbirdecology / bbsAssistant

An R package for downloading and handling data and information from the North American Breeding Bird Survey.
Creative Commons Zero v1.0 Universal
27 stars 13 forks source link

Fix filtering of QualityCurrentID column #121

Open see24 opened 1 year ago

see24 commented 1 year ago

fixes #120

QualityCurrentID was not being filtered due to the column and function argument having the same name. Fixed by changing the name before filtering and adding a test.

see24 commented 1 year ago

New commits added to deal with 2022 release data and to add new sb_ids to sb_items table. I added a new function to update the sb_items table based on the parent ids for ScienceBase.

fixes #122