Description Usage Arguments Value
This is more efficient than length(e) == 0
, because
length()
does a full scan while is_empty_env
returns early.
1 | is_empty_env(e)
|
e |
Environment. |
TRUE
if e
is empty, otherwise FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.