Learn R Programming

dwtools (version 0.8.3.9)

auto.table.name: Auto table name generate

Description

Automatic table name generation based on first ncol and first nchar of those cols, all pasted, suffix added as timestamp*1e3.

Usage

auto.table.name(x, ncol = getOption("dwtools.db.auto.table.name.ncol"), nchar = getOption("dwtools.db.auto.table.name.nchar"))

Arguments

x
character names of data.table.
ncol
integer number of cols to use.
nchar
integer number of characters of each col to use.