Learn R Programming

reptiledbr (version 0.0.1)

get_attribute: Extract a specific attribute from reptile species data

Description

[Experimental]

Usage

get_attribute(reptile_data, attribute_name)

Value

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

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").