tdf {baizer} | R 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)
[Package baizer version 0.8.0 Index]