is.null_or_na: Check if NULL or NA

View source: R/utils_general.R

is.null_or_naR Documentation

Check if NULL or NA

Description

Function for checking if an object is NULL or .

Usage

is.null_or_na(object)

Arguments

object

An object to test.

Value

Returns FALSE if the object is not NULL and not NA. Returns TRUE in all other cases.

See Also

Other Utils: auto_n_cores(), clean_pytorch_log_transformers(), create_config_state(), create_dir(), generate_id(), get_file_extension(), get_py_package_versions(), output_message(), print_message(), run_py_file()


aifeducation documentation built on April 4, 2025, 2:01 a.m.