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.