factor_column | R Documentation |
Preserves attribute "label" of the column if it exists
factor_column(dt, column_name)
dt |
data.table source string to extract date from |
dt <- data.table(id=c("A", "A", "B"), value=c(1, 2, 3)) factor_column(dt, "id")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.