Learn R Programming

aifeducation (version 0.3.3)

is.null_or_na: Check if NULL or NA

Description

Function for checking if an object is NULL or NA

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 Auxiliary Functions: array_to_matrix(), calc_standard_classification_measures(), check_embedding_models(), clean_pytorch_log_transformers(), create_iota2_mean_object(), create_synthetic_units(), generate_id(), get_coder_metrics(), get_folds(), get_n_chunks(), get_stratified_train_test_split(), get_synthetic_cases(), get_train_test_split(), matrix_to_array_c(), split_labeled_unlabeled(), summarize_tracked_sustainability(), to_categorical_c()