if (FALSE) {
# Use `galah_identify()` to narrow your queries
galah_call() |>
identify("Eolophus") |>
count() |>
collect()
# If you know a valid taxon identifier, use `filter()` instead.
id <- "https://biodiversity.org.au/afd/taxa/009169a9-a916-40ee-866c-669ae0a21c5c"
galah_call() |>
filter(lsid == id) |>
count() |>
collect()
}
Run the code above in your browser using DataLab