tdf: transpose a dataframe

View source: R/dataframe.R

tdfR Documentation

transpose a dataframe

Description

transpose a dataframe

Usage

tdf(x, colnames = NULL)

Arguments

x

dataframe

colnames

column names of the transposed dataframe

Value

dataframe

Examples


x <- c2r(mini_diamond, "id")
tdf(x)


baizer documentation built on Oct. 19, 2023, 9:07 a.m.