fixdfcolumns {evoper}R Documentation

fixdfcolumns

Description

Coerce dataframe columns to a specic type.

Usage

fixdfcolumns(df, cols = c(), skip = TRUE, type = as.numeric)

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.

Value

The data frame with converted column types.


[Package evoper version 0.5.0 Index]