Skip to contents

Replace -1 values in numeric columns with NA

Usage

replace_neg_one_with_NA(df)

Arguments

df

The data frame containing numeric columns.

Value

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