powered by
Fill missing values
fill_NA_with(dt, fill_cols, fill_value)
data table which NAs are filled
input data table
filter by this columns
fill NA with this value
data("dt_missing") fill_NA_with(dt_missing, fill_cols = c("Full_name"), fill_value = "pending")
Run the code above in your browser using DataLab