if (FALSE) {
# First register a valid email address
galah_config(email = "ala4r@ala.org.au")
# Get a list of species within genus "Heleioporus"
# (every row is a species with associated taxonomic data)
galah_call() |>
galah_identify("Heleioporus") |>
atlas_species()
# Get a list of species within family "Peramelidae"
galah_call() |>
galah_identify("peramelidae") |>
atlas_species()
# It's good idea to find how many species there are before downloading
galah_call() |>
galah_identify("Heleioporus") |>
atlas_counts(type = "species")
}
Run the code above in your browser using DataLab