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 Nov. 26, 2023, 5:07 p.m.