is_cli_null | R Documentation |
Check if an element would be empty when passed as a CLI argument
is_cli_null(x)
x |
[vec] some scalar element |
[lgl] TRUE if the element would be passed to the CLI as ”, else FALSE
is_cli_null(c("A", 5, ''))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.