is.not.null: Check if an Object is Not NULL

View source: R/utils.R

is.not.nullR Documentation

Check if an Object is Not NULL

Description

This function checks if an object is not NULL.

Usage

is.not.null(x)

Arguments

x

An R object to check.

Value

A logical value indicating whether the object is not NULL.


shinyWGD documentation built on April 4, 2025, 2:28 a.m.