Learn R Programming

labelmachine (version 1.0.0)

escape_to_na: Replace "NA_" by NA

Description

Replace "NA_" by NA

Usage

escape_to_na(x)

Arguments

x

A character vector that should be modified.

Value

A character vector, where the NA replacement strings are replaced by NAs.