transpose_tree_df: Transpose Tree Data.Frame

Description Usage Arguments Details Value

View source: R/DataFrame_Functions.R

Description

Transposes a data.frame such that the values in the column named 'pathString' in the original data.frame become the new column names, and the column names in the original data.frame become the new values in the column named 'pathString'.

Usage

1

Arguments

df

data.frame, should contain a column named 'pathString'

Details

Note that if the attribute columns are not all of the same type, they WILL be coerced to the same type using the usual order of preference. (logical to integer to numeric to character)

Value

data.frame


aecoleman/msraggr documentation built on Nov. 1, 2019, 8:59 p.m.