CornellLabofOrnithology / auk

Working with eBird data in R
https://CornellLabofOrnithology.github.io/auk/
GNU General Public License v3.0
136 stars 20 forks source link

Reference to max count in auk-unique comments #63

Closed nmtarr closed 2 years ago

nmtarr commented 2 years ago

I was looking through auk-unique() in order to better understand how group checklists are handled with read_ebd() and I saw reference to "max count" and "max number of birds" in the comments. I may be reading the code wrong, but it doesn't look like individual counts are actually used in this code. Is that correct or am I missing something? Are those comments outdated?

mstrimas commented 2 years ago

Thanks for catching that, the comment is outdated, for simplicity it now just grabs the count from the first submitted checklist. I just removed the comment.

nmtarr commented 2 years ago

OK. No worries, and thanks for checking for me.