What was your reason for using dplyr AND data.table in the same script?
dplyr
data.table
Try this:
require(data.table) data_raw_dt[complete.cases(data_raw_dt)]