filter_rank | R Documentation |
Get all members (descendants) of a given rank level
filter_rank(
name,
rank,
provider = getOption("taxadb_default_provider", "itis"),
version = latest_version(),
collect = TRUE,
ignore_case = TRUE,
db = td_connect()
)
name |
taxonomic scientific name (e.g. "Aves") |
rank |
taxonomic rank name. (e.g. "class") |
provider |
from which provider should the hierarchy be returned?
Default is 'itis', which can also be configured using |
version |
Which version of the taxadb provider database should we use? defaults to latest. See tl_import for details. |
collect |
logical, default |
ignore_case |
should we ignore case (capitalization) in matching names? Can be significantly slower to run. |
db |
a connection to the taxadb database. See details. |
a data.frame in the Darwin Core tabular format containing the matching taxonomic entities.
Other filter_by:
filter_by()
,
filter_common()
,
filter_id()
,
filter_name()
filter_rank("Aves", "class")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.