hydroloom_names | R Documentation |
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.
hydroloom_names(x = NULL, clear = FALSE)
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. |
named character vector containing hydroloom names with registered attribute name mappings in names
.
hydroloom_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.