Get date parameters based on current or specified date
Usage
ebird_rel_param(
date_real = NULL,
date_currel = NULL,
date_prevrel = NULL,
extra = FALSE
)
Arguments
- date_real
a date string
- date_currel
a date string
- date_prevrel
a date string
whether extra parameters are needed
Value
multiple date objects
Examples
ebird_rel_param()
ebird_rel_param(extra = TRUE)
#> <environment: R_GlobalEnv>
ebird_rel_param("2023-10-01")