normalize_all_to_na: Normalize a set of values to a true NA

Description Usage

View source: R/normalize_all_to_na.R

Description

This functions takes all the fields in a dataframe and replaces the "NA" string with NA_character_. If blanks is set to TRUE, blanks of character length of 0 are also replaced with NA_character_.

This functions takes all the fields in a dataframe and replaces the "NA" string with NA_character_. If blanks is set to TRUE, blanks of character length of 0 are also replaced with NA_character_.

Usage

1
2
3
normalize_all_to_na(.data, blanks = TRUE)

normalize_all_to_na(.data, blanks = TRUE)

patelm9/rubix documentation built on Sept. 3, 2021, 10:22 p.m.