-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently it is possible to get data from ALA via a DOI using either:
atlas_occurrences(doi = "my-doi")
Or equivalently:
galah_call() |>
filter(doi == "my-doi") |>
collect()
Historically this has not been supported for other atlases; however the ability to programmatically download a dataset from its DOI has recently been added to {rgbif} version 3.8.2. Probably worth adding this to galah as well.
Some relevant information:
Metadata
Metadata
Assignees
Labels
No labels