Learn R Programming

taxonbridge (version 1.2.1)

get_status: Filter a custom taxonomy by GBIF taxonomic status/synonym

Description

Filter a custom taxonomy by GBIF taxonomic status/synonym

Usage

get_status(x, status = "all")

Arguments

x

A tibble created with load_taxonomies() or load_population() or load_sample().

status

Filter on GBIF assigned status (i.e. NA, "doubtful", "accepted", "proparte synonym", "synonym", "homotypic synonym", "heterotypic synonym"). Can be a string or a vector of strings. Defaults to no filtering.

Value

A filtered tibble.

Examples

Run this code
# NOT RUN {
get_status(load_sample(), "synonym")
get_status(load_sample(), c("accepted", "doubtful"))
# }

Run the code above in your browser using DataLab