convert_cols: convert all columns of specified type to another type

Description Usage Arguments Details

Description

convert all columns of specified type to another type

Usage

1
2
3
4
convert_cols(x, ...)

## S3 method for class 'data.table'
convert_cols(x, from_class, to_class)

Arguments

x

an input data.table

from_class

original type/class

to_class

target type/class

Details

Modifies the referenced data.tables!


vh-d/ETLtools documentation built on May 18, 2019, 2:36 p.m.