data.table DT, replaces any NA values
in the variables given in vars in DT. Takes a copy of the
original data and returns the modified copy.na2zero(DT, vars = NULL)data.table objectDT;
if NULL, uses all variable names in DTdata.table object, converts NA values
to numeric (double) zeroes for all variables named in vars or
all variables if vars = NULL.