Skip to contents

Replace Infinite values in numeric columns with NA

Usage

replace_infinite_with_NA(df)

Arguments

df

The data frame containing numeric columns.

Value

A data frame where Infinite values in numeric columns are replaced with NA.