Learn R Programming

ezplot (version 0.7.13)

no_null: no_null

Description

Converts "NULL" character to NULL.

Usage

no_null(x)

Value

y

Arguments

x

A character vector.

Examples

Run this code
no_null(NULL)
no_null("NULL")
no_null("NOPE")

Run the code above in your browser using DataLab