Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/BioGeoBEARS_generics_v1.R
Sometimes, matrices or data.frames will malfunction due
to their having lists as columns and other weirdness.
This runs unlist
and additional
checks, and forces conversion to a
data.frame
at the end. It also adds
dfnums_to_numeric
which should remove the
problem of numbers columns being of class
character
.
1 | unlist_df4(df, ...)
|
df |
matrix or other object transformable to data.frame |
... |
Additional options passed to
|
See especially data.matrix
for a
possibly simpler alternative.
outdf
data.frame
Nicholas J. Matzke matzke@berkeley.edu
unlist_df
, dfnums_to_numeric
,
cls.df
, data.matrix
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.