Description Usage Arguments Value Examples
Find a specific species or a group of species from a species list
1 | find_species(species_list, species_names)
|
species_list |
The output of 'get_species_list' |
species_names |
A character or a vector of characters to search for in a species list, |
A subset of the output of 'species_list' that produces the best match for the 'species_names' provided.
1 2 3 4 5 6 7 8 | # get species list for kenya
kenya_list <- get_species_list("kenya")
# specify the species you want to search for
interesting_species <- c("drongo", "sunbird")
# find interesting species in the species list
find_species(species_list = kenya_list, species_name = interesting_species)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.