if (FALSE) {
# Specify a taxon. A valid taxon will return an identifier.
galah_identify("reptilia")
# Specify more than one taxon at a time.
galah_identify("reptilia", "mammalia", "aves", "pisces")
# Use `galah_identify()` to narrow your queries
galah_call() |>
galah_identify("Eolophus") |>
atlas_counts()
# If you know a valid taxon identifier, add it and set `search = FALSE`.
galah_call() |>
galah_identify("https://biodiversity.org.au/afd/taxa/009169a9-a916-40ee-866c-669ae0a21c5c",
search = FALSE) |>
atlas_counts()
}
Run the code above in your browser using DataLab