powered by
hy
renames hy object to original names and removes hy object attributes.
hy_reverse(x)
returns x with attribute names converted to original names provided to hy
data.frame network compatible with hydroloom_names.
x <- sf::read_sf(system.file("extdata/new_hope.gpkg", package = "hydroloom")) x <- hy(x) hy_reverse(x)
Run the code above in your browser using DataLab