hy_reverse: Reverse 'hy' to Original Names

View source: R/hy.R

hy_reverseR 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)


hydroloom documentation built on Sept. 29, 2023, 5:09 p.m.