remove_column {parseRPDR} | 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.