powered by
Deprecated, use tidy_table instead.
tidy_table
bind_table(x, id.name = "id", content.name = "content", ...)
Returns a data.table with the names
data.table
names
from the table as an id column.
table
id
A table.
The name to use for the column created from the table names.
The name to use for the column created from the table values.
ignored.
if (FALSE) { x <- table(sample(LETTERS[1:6], 1000, TRUE)) bind_table(x) }
Run the code above in your browser using DataLab