is.null_or_na {aifeducation} | R 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()
[Package aifeducation version 1.0.2 Index]