transpose a dataframe
tdf(x, colnames = NULL)
x
dataframe
colnames
column names of the transposed dataframe
x <- c2r(mini_diamond, "id") tdf(x)