naOmit {jmvcore} | R Documentation |
removes all rows from the data frame which contain missing values (NA)
naOmit(object)
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