Skip to contents

Synonyms of a taxon.

Usage

clb_synonyms(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 synonym usages with a synonym_type column ("homotypic" or "heterotypic") and the usual flattened usage columns. Zero rows when the taxon has no synonyms.

See also

Examples

if (FALSE) { # \dontrun{
clb_synonyms("6DBT", dataset = "3LR")
} # }