Learn R Programming

aifeducation (version 1.0.2)

is.null_or_na: Check if NULL or NA

Description

Function for checking if an object is NULL or .

Usage

is.null_or_na(object)

Value

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

Arguments

object

An object to test.

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