hydroloom_names {hydroloom} | R Documentation |
Get or Set Hydroloom Names
Description
Retrieve hydroloom name mapping from hydroloom environment. Hydroloom uses a specific set of attribute names within the package and includes mappings from names used in some data sources. This function will return those names and can be used to set additional name mappings.
NOTE: these values will reset when R is restarted. Add desired settings to a project or user .Rprofile to make long term additions.
Usage
hydroloom_names(x = NULL, clear = FALSE)
Arguments
x |
named character vector of additional names to add to the hydroloom environment. If not specified, no names will be added and the current value stored in the hydroloom environment will be returned. |
clear |
logical if TRUE, all names will be removed and replaced with x. |
Value
named character vector containing hydroloom names with registered attribute name mappings in names
.
Examples
hydroloom_names()