is.naDS: is.na() for DataSHIELD server

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/is.naDS.R

Description

This function is a wrapper for base::is.na().

Usage

1

Arguments

x

an R object to be tested: the default method for is.na and anyNA handle atomic vectors, lists, pairlists, and NULL.

Details

If the length of input vector is less than the set filter a missing value is returned.

Value

A logical object conforming to x

Author(s)

Adapted from https://github.com/gflcampos/dsMice/blob/master/R/notNaDS.R

See Also

is.na

Examples

1
2
library(mice)
pat <- is.naDS(nhanes)

stefvanbuuren/dsMice documentation built on Aug. 26, 2020, 1:44 p.m.