vein (version 0.7.8)

wide_to_long: Transform data.frame from wide to long format

Description

wide_to_long transform data.frame from wide to long format

Usage

wide_to_long(df, column_with_data = names(df), column_fixed, geometry)

Arguments

df

data.frame with three column.

column_with_data

Character column with data

column_fixed

Character, column that will remain fixed

geometry

To return a sf

Value

long data.frame.

See Also

emis_hot_td emis_cold_td long_to_wide

Examples

Run this code
# NOT RUN {
{
data(net)
net <- net@data
df <- wide_to_long(df = net)
head(df)
}
# }

Run the code above in your browser using DataLab