Automatic table name generation based on first ncol and first nchar of those cols, all pasted, suffix added as timestamp*1e3.
1 2 | auto.table.name(x, ncol = getOption("dwtools.db.auto.table.name.ncol"),
nchar = getOption("dwtools.db.auto.table.name.nchar"))
|
x |
character names of data.table. |
ncol |
integer number of cols to use. |
nchar |
integer number of characters of each col to use. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.