find_species: Find a specific species or a group of species from a species...

Description Usage Arguments Value Examples

View source: R/find_species.R

Description

Find a specific species or a group of species from a species list

Usage

1
find_species(species_list, species_names)

Arguments

species_list

The output of 'get_species_list'

species_names

A character or a vector of characters to search for in a species list,

Value

A subset of the output of 'species_list' that produces the best match for the 'species_names' provided.

Examples

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)

davidclarance/rabm documentation built on Nov. 4, 2019, 9:44 a.m.