no_null: no_null

View source: R/utils.R

no_nullR 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")

ezplot documentation built on May 29, 2024, 4:05 a.m.