is.nan.df: Identify NaN values in a data frame.

View source: R/utils.R

is.nan.dfR Documentation

Identify NaN values in a data frame.

Description

Identify NaN values in a data frame.

Usage

## S3 method for class 'df'
is.nan(df)

Arguments

df

A data frame containing NaN values.

Value

The indices of NaN elements in a data frame.

Examples

is.nan.df(df)

kstierhoff/atm documentation built on Jan. 30, 2025, 11:21 p.m.