hy_reverse {hydroloom} | 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)