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