dt.int64tochar: Converts columns of 'double.integer64' type into 'character'...

dt.int64tocharR Documentation

Converts columns of 'double.integer64' type into 'character' type in-place.

Description

Converts columns of 'double.integer64' type into 'character' type in-place.

Usage

dt.int64tochar(DT, column.names = NULL)

Arguments

DT

A data.table.

column.names

A character vector containing column names you want to convert from 'double.integer64' type to 'character'. If no column names are specified, the function read through the entire data.table (Default: column.names = NULL).

Value

A data.table.

Author(s)

Yoann Pageaud.


YoannPa/DTrsiv documentation built on Nov. 28, 2022, 5:44 p.m.