convert_cols: convert all columns of specified type to another type

Description Usage Arguments Details

View source: R/conversion.R

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, inplace = TRUE)

Arguments

x

an input data.table

from_class

original type/class

to_class

target type/class

Details

Modifies the referenced data.tables!


vh-d/RETL documentation built on June 28, 2020, 10:33 a.m.