get_status | R Documentation |
Filter a custom taxonomy by GBIF taxonomic status/synonym
get_status(x, status = "all")
x |
A tibble created with |
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. |
A filtered tibble.
get_status(load_sample(), "synonym")
get_status(load_sample(), c("accepted", "doubtful"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.