dtListBind | R Documentation |
rbind a list of data.tables and also add the names of the list elements as a new column in each dt.
dtListBind(list_lsdt, newName_v = "Name")
list_lsdt |
named list of data.tables |
newName_v |
character vector that will be the new column name |
single data.table with one more column that input data.tables and as many rows as all the input tables combined.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.