configWide2Long {TPP2D}R Documentation

Tranform configuration table from wide to long

Description

Tranform configuration table from wide to long

Usage

configWide2Long(configWide)

Arguments

configWide

data frame containing a config table

Value

data frame containing config table in long format

Examples

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


[Package TPP2D version 1.9.1 Index]