Skip to contents

Get a name usage (taxon or synonym) by id.

Usage

clb_usage(id, dataset = "3LXR", .raw = FALSE)

Arguments

id

Usage id within the dataset.

dataset

Dataset key or alias. Defaults to "3LXR".

.raw

Return the raw parsed JSON instead of a tibble?

Value

A one-row tibble with the usage's id, scientific_name, authorship, rank, status, label, parent_id and the full nested name as a list-column.

Examples

if (FALSE) { # \dontrun{
clb_usage("4CGXP", dataset = "3LR")
} # }