Learn R Programming

quincunx (version 0.1.7)

nr_to_na: Convert NR (Not Recorded) to NA (Not Available)

Description

This function converts the 'NR' string to NA.

Usage

nr_to_na(x)

Value

a character vector whose 'NR' have been replaced with NA.

Arguments

x

a character vector.