get_attribute {reptiledbr} | R Documentation |
Extract a specific attribute from reptile species data
Description
Usage
get_attribute(reptile_data, attribute_name)
Arguments
reptile_data |
A tibble returned by |
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.
[Package reptiledbr version 0.0.1 Index]