dt_na2false | R Documentation |
convert columns with NA to false
coerce NA in columns of class "logical" to FALSE
convert columns with NA to false
coerce NA in columns of class "logical" to FALSE
dt_na2false(dt, these_cols = NULL)
dt_na2false(dt, these_cols = NULL)
dt |
data.table |
these_cols |
NULL by default, will select columns of class logical, otherwise will be specified |
A data.table
A data.table
Kevin Hadi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.