naOmit | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.