auto.table.name: Auto table name generate

Description Usage Arguments

View source: R/db.R

Description

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

Usage

1
2
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.


jangorecki/dwtools documentation built on May 18, 2019, 12:24 p.m.