Generaltransposefunctionsimple: Simple General Transpose function

Description Usage Arguments Value Examples

View source: R/GeneralTransposingFunctions.R

Description

Simple General Transpose function

Usage

1

Arguments

tableA

A dataframe

id1

A list of variables (rows)

id2

A list of variables (columns of the transposed table)

Value

A data frame

Examples

1
2
3
4
tableA<-sampledata(TRUE)
id1=c("id1a","id1b")
id2=c("id2a","id2b")
TtableA<-Generaltransposefunctionsimple(tableA,id1,id2)

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