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

wkostelecki/ezplot documentation built on Aug. 25, 2024, midnight