Skip to contents

Returns the ordered parent chain from the root down to the taxon.

Usage

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

Arguments

id

Taxon id within the dataset.

dataset

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

.raw

Return the raw parsed JSON instead of a tibble?

Value

A tibble of ancestors, one row per rank, with columns id, name, authorship, rank and labelHtml.

Examples

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