View source: R/remove_column.R
remove_column | R Documentation |
Delete columns where all data elements are NA or the same.
remove_column(dt, na = TRUE, identical = TRUE)
dt |
data.table, to manipulate. |
na |
boolean, to delete columns where all data elements are NA. |
identical |
boolean, to delete columns where all data elements are the same. |
data table, with data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.