GeneralReversetransposefunctiondecoupe: General Reverse Transpose function with split

Description Usage Arguments Value Examples

View source: R/GeneralTransposingFunctions.R

Description

General Reverse Transpose function with split

Usage

1
GeneralReversetransposefunctiondecoupe(.data, key, nrowmax = 10000)

Arguments

key

A list of variables (columns of the transposed table)

table

A dataframe

Value

A list: first element of the list is a dataframe, the transposed version of the orioginal table. Second element is a key to allow back transposition

Examples

1
2
data(tableA);data(TtableA);data(XKA);key<-XKA$key
RtableA=GeneralReversetransposefunctiondecoupe(TtableA,key,10)

DanielBonnery/BigSyn documentation built on June 28, 2020, 7:18 p.m.