View source: R/convertDataFrameCols.R
convertDataFrameCols | R Documentation |
Converts columns in a data frame to characters, factors or numerics.
convertDataFrameCols( df, chars.as.factor = FALSE, factors.as.char = FALSE, ints.as.num = FALSE, logicals.as.factor = FALSE )
df |
[ |
chars.as.factor |
[ |
factors.as.char |
[ |
ints.as.num |
[ |
logicals.as.factor |
[ |
[data.frame
].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.