handle_na: Handle missing values Adjust missing values in data frame...

Description Usage Arguments

View source: R/handle_na.R

Description

Handle missing values Adjust missing values in data frame (typically -99) to NA so they can be properly handled in further operations. Note this operation inserts NA's into the entire row in which there is a missing value.

Usage

1
handle_na(data, na_value, col)

Arguments

data

data frame or data table with missing values

na_value

The 'missing' value which will be translated to NA within data (typically -99)

col

Which column within data should be checked for missing values


EOGrady21/multivaR documentation built on March 3, 2022, 12:01 a.m.