This transposes a data.frame with t() but transforms back into a data.frame
with column and row names cleaned up. Because the data types may be mixed
and reduced to characters, this may only be useful for a visual viewing of
the data.frame.
Usage
t_df(x, id = NULL)
Value
A transposed data.frame with columns ("colname", "row_1", ...,
for each row in x.