get_attribute: Extract a specific attribute from reptile species data

View source: R/accessory_functions.R

get_attributeR Documentation

Extract a specific attribute from reptile species data

Description

[Experimental]

Usage

get_attribute(reptile_data, attribute_name)

Arguments

reptile_data

A tibble returned by get_reptile_species_data().

attribute_name

A string indicating the name of the attribute to extract (e.g., "Distribution", "Synonym").

Value

A tibble with columns input_name, genus, species, and attribute_value containing the extracted values.


reptiledbr documentation built on Aug. 8, 2025, 7:15 p.m.