NAToNULL {sharp} | R Documentation |
Transforms NA into NULL
Description
Returns a vector with no missing values or NULL if there are no non-missing values.
Usage
NAToNULL(x)
Arguments
x |
input vector. |
Value
A vector without missing values or NULL.
[Package sharp version 1.4.8 Index]