weecology / portalr

A collection of functions to summarize the Portal Data
https://weecology.github.io/portalr/
Other
11 stars 12 forks source link

Rodent data only showing through early 2022? #290

Closed ethanwhite closed 1 year ago

ethanwhite commented 1 year ago
library(portalr)

download_observations()
counts = abundance(time = "date")
tail(counts)
Downloading version `4.6.0` of the data...
Loading in data version 4.6.0
    censusdate BA DM DO DS NA OL OT PB PE PF PH PI PL PM  PP RF RM RO SF SH SO
435 2021-10-16  0 25  5  0  1  0  1 15  4  0  0  0  0  0 102  0  0  0  0  0  0
436 2021-11-13  0 33 10  0  0  0  0 16  5  0  0  0  0  0 104  0  0  0  0  0  0
437 2021-12-04  0 35 10  0  2  0  2 22  4  0  0  0  0  0 108  0  0  0  0  0  0
438 2022-01-08  0 35 16  0  1  1  2 18 10  0  0  0  0  0  56  0  0  0  0  0  0
439 2022-01-29  0 43 15  0  3  1  2 10  6  0  0  0  0  0  30  0  0  0  0  0  0
440 2022-02-26  0 50 21  0  1  0  0 20  3  0  0  0  0  0  52  0  1  0  0  0  0
counts = abundance()
tail(counts)
Loading in data version 4.6.0
    period BA DM DO DS NA OL OT PB PE PF PH PI PL PM  PP RF RM RO SF SH SO
435    498  0 25  5  0  1  0  1 15  4  0  0  0  0  0 102  0  0  0  0  0  0
436    499  0 33 10  0  0  0  0 16  5  0  0  0  0  0 104  0  0  0  0  0  0
437    500  0 35 10  0  2  0  2 22  4  0  0  0  0  0 108  0  0  0  0  0  0
438    501  0 35 16  0  1  1  2 18 10  0  0  0  0  0  56  0  0  0  0  0  0
439    502  0 43 15  0  3  1  2 10  6  0  0  0  0  0  30  0  0  0  0  0  0
440    503  0 50 21  0  1  0  0 20  3  0  0  0  0  0  52  0  1  0  0  0  0
gmyenni commented 1 year ago

By default we only provide data that have been QA/QC'd for 1 year. You need clean = FALSE to get the latest data.

ethanwhite commented 1 year ago

\ \ \

I guess this is what it felt like when I asked Jim Brown about a result he'd published and he responded - "that's interesting; who was the author?" :weary: :joy: