powered by
removes all rows from the data frame which contain missing values (NA)
naOmit(object)
the object to remove missing values from
this function is equivalent to na.omit from the stats package, however it preserves attributes on columns in data frames
na.omit