hy_reverse | R Documentation |
hy
to Original Namesrenames hy object to original names and removes hy object attributes.
hy_reverse(x)
x |
data.frame network compatible with hydroloom_names. |
returns x with attribute names converted to original names provided to hy
x <- sf::read_sf(system.file("extdata/new_hope.gpkg", package = "hydroloom"))
x <- hy(x)
hy_reverse(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.