fixdfcolumns: fixdfcolumns

Description Usage Arguments Value

Description

Coerce dataframe columns to a specic type.

Usage

1
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.


evoper documentation built on May 2, 2019, 12:13 a.m.

Related to fixdfcolumns in evoper...