is.nan_df: 'is.nan()' applied to a data.frame

View source: R/is.nan_df.R

is.nan_dfR Documentation

is.nan() applied to a data.frame

Description

Applies the function is.nan() to a full data.frame.

Usage

is.nan_df(data.frame)

Arguments

data.frame

Input data.frame.

Value

It returns a matrix/array containing logic values for each element of the input data.frame. When TRUE it means that the corresponding element is a NaN.

Examples

is.nan.df(mtcars)


sebastian-gregoricchio/Rseb documentation built on May 15, 2024, 5:45 a.m.