int64_to_numeric: Convert all integer64 columns to numeric

Description Usage Arguments

View source: R/conversion.R

Description

Convert all integer64 columns to numeric

Usage

1
int64_to_numeric(x, ..., inplace = TRUE)

Arguments

x

a data.table object

...

args passed to 'as.numeric()'

inplace

Should x be modifed by reference? If FALSE a modified copy is returned.


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