Learn R Programming

labelmachine (version 1.0.0)

na_to_escape: Replace NA by "NA_"

Description

Replace NA by "NA_"

Usage

na_to_escape(x)

Arguments

x

A character vector that should be modified.

Value

A character vector, where the NAs are replaced.