Description Usage Arguments Value
Coerce dataframe columns to a specic type.
1 | fixdfcolumns(df, cols = c(), skip = TRUE, type = as.numeric)
|
df |
The data frame. |
cols |
The dataframe columns to be skiped or included. |
skip |
If TRUE the column names in 'cols' are skiped. When FALSE logic is inverted. |
type |
The type for which data frame columns must be converted. |
The data frame with converted column types.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.