no_null {ezplot} | R Documentation |
no_null
Description
Converts "NULL" character to NULL.
Usage
no_null(x)
Arguments
x |
A character vector. |
Value
y
Examples
no_null(NULL)
no_null("NULL")
no_null("NOPE")
[Package ezplot version 0.7.13 Index]