extract_attribute {reptiledbr} | R Documentation |
Extract and optionally format a specific attribute
Description
Usage
extract_attribute(reptile_data, attribute_name, format_function = NULL)
Arguments
reptile_data |
A data frame obtained using the |
attribute_name |
Name of the attribute to extract (e.g., "Distribution", "Synonym"). |
format_function |
Optional formatting function for custom processing. |
Details
Extracts and optionally formats structured information for a given attribute.
Value
A tibble with formatted information for the specified attribute.
[Package reptiledbr version 0.0.1 Index]