configWide2Long: Tranform configuration table from wide to long

Description Usage Arguments Value Examples

View source: R/import_funcs.R

Description

Tranform configuration table from wide to long

Usage

1
configWide2Long(configWide)

Arguments

configWide

data frame containing a config table

Value

data frame containing config table in long format

Examples

1
2
data("config_tab")
configWide2Long(configWide = config_tab)

TPP2D documentation built on Nov. 8, 2020, 4:54 p.m.