NA_explicit_: NA_explicit_

Description Usage Format Details See Also

Description

Default replacement for missing values in categorical vectors.

Usage

1

Format

An object of class character of length 1.

Details

NA_explicit_ is used as a default replacement for categorical vectors.

It is an active binding to getOptions('NA_explicit_') and is exported to the callers namespace.

To change the value of NA_explicit use:

1
options( NA_explicit = new_value )

NA_explicit_ cannot be directly set.

See Also

na.replace()


na.tools documentation built on May 2, 2019, 8:24 a.m.