unlist_df2: Unlist the columns in a data.frame, with more checks

Description Usage Arguments Value Author(s) See Also Examples

Description

Sometimes, matrices or data.frames will malfunction due to their having lists as columns and other weirdness. This runs unlist_df and additional checks.

Usage

1

Arguments

df

matrix or other object transformable to data.frame

Value

data.frame

Author(s)

Nicholas J. Matzke matzke@berkeley.edu

See Also

unlist_df

Examples

1
2
3
df = adf(matrix(c(1,2,3,4,5,6), nrow=3, ncol=2))
df2 = unlist_df2(df)
df2

modiscloud documentation built on May 2, 2019, 5:19 p.m.