Check whether the local dataset is up to date against UNOP
Source:R/internals.R
unop_check_update.RdThis function compares the local dataset version date stored in
aves_peru_2026_v1 against the latest update date published on the
UNOP checklist website. It is designed to be called explicitly by the
user, or enabled through the avesperu.check_updates option.
Usage
unop_check_update(verbose = interactive())Arguments
- verbose
Logical. If
TRUE, prints a summary withclialerts. IfFALSE, returns the result silently. Default:interactive().