View source: R/utils_general.R
is.null_or_na | R Documentation |
Function for checking if an object is NULL
or .
is.null_or_na(object)
object |
An object to test. |
Returns FALSE
if the object is not NULL
and not NA
. Returns TRUE
in all other cases.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.