na.warn: Exclude Missing Data with Warning

View source: R/df_stats.R

na.warnR 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.


ProjectMOSAIC/mosaicCore documentation built on Nov. 10, 2023, 12:15 a.m.