Learn R Programming

hydroloom (version 1.1.0)

hy_reverse: Reverse hy to Original Names

Description

renames hy object to original names and removes hy object attributes.

Usage

hy_reverse(x)

Value

returns x with attribute names converted to original names provided to hy

Arguments

x

data.frame network compatible with hydroloom_names.

Examples

Run this code
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