fixdfcolumns: fixdfcolumns
Description
Coerce dataframe columns to a specic type.
Usage
fixdfcolumns(df, cols = c(), skip = TRUE, type = as.numeric)
Value
The data frame with converted column types.
Arguments
- 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.