finbif_last_mod {finbif} | R Documentation |
Get last modified date for FinBIF occurrence records
Description
Get last modified date for filtered occurrence data from FinBIF.
Usage
finbif_last_mod(..., filter)
Arguments
... |
Character vectors or list of character vectors. Taxa of records to download. |
filter |
List of named character vectors. Filters to apply to records. |
Value
A Date
object
Examples
## Not run:
# Get last modified date for Whooper Swan occurrence records from Finland
finbif_last_mod("Cygnus cygnus", filter = c(country = "Finland"))
## End(Not run)
[Package finbif version 0.9.7 Index]