50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

radiant.data (version 0.9.5)

is_not: Convenience function for is.null or is.na

Description

Convenience function for is.null or is.na

Usage

is_not(x)

Arguments

x

Input

Examples

Run this code
# NOT RUN {
is_not(NA)
is_not(NULL)
is_not(c())
is_not(list())
is_not(data.frame())

# }

Run the code above in your browser using DataLab