taxon_get_species_from_country: Get all species filtered by country from a taxon

View source: R/getspecies.R

taxon_get_species_from_countryR Documentation

Get all species filtered by country from a taxon

Description

Get all species filtered by country from a taxon

Usage

taxon_get_species_from_country(
  taxon,
  country,
  filters = c("environmental", "sp\\.", "cf\\.")
)

Arguments

taxon

A character vector of length 1. Specify the taxon name to get a subset of species that are established in a particular country

country

A country name where species of the input taxon are established.

filters

A character vector of strings to exclude

Value

A vector of names

See Also

https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription or the rotl package, another interface to Open Tree of Life


phylotastic/rphylotastic documentation built on Aug. 22, 2023, 9:51 p.m.