na.warn {mosaicCore} | R Documentation |
Exclude Missing Data with Warning
Description
Similar to stats::na.exclude()
this function excludes missing data.
When missing data are excluded, a warning message indicating the number of excluded
rows is emited as a caution for the user.
Usage
na.warn(object, ...)
Arguments
object |
an R object, typically a data frame |
... |
further arguments special methods could require. |
[Package mosaicCore version 0.9.4.0 Index]