replace_nan: Replace NaNs in a data frame with NA

Description Usage Arguments Value

View source: R/replace_nan.R

Description

replace_nan replaces the not-a-number values in a dataframe with NAs. This makes operations that default to using na.rm or similar arguments easier to troubleshoot.

Usage

1

Arguments

df

The data frame where values will be replaced

Value

A data frame with NA in place of NaN


awqx/qsarr documentation built on Oct. 2, 2021, 7:05 a.m.