Rdocumentation
powered by
Learn R Programming
manifestoR (version 1.5.0)
null_to_na: Convert NULL to NA
Description
Convert NULL to NA
Usage
null_to_na(x)
Arguments
x
element
Value
NA if the element is NULL, the element otherwise