hy_reverse {hydroloom} | R Documentation |
Reverse hy
to Original Names
Description
renames hy object to original names and removes hy object attributes.
Usage
hy_reverse(x)
Arguments
x |
data.frame network compatible with hydroloom_names. |
Value
returns x with attribute names converted to original names provided to hy
Examples
x <- sf::read_sf(system.file("extdata/new_hope.gpkg", package = "hydroloom"))
x <- hy(x)
hy_reverse(x)
[Package hydroloom version 1.0.2 Index]