View source: R/utils_conditionals.R
is_legit | R Documentation |
Is object non-null, non-empty, non-NA, and not a try-error?
is_legit(x, is.null = TRUE, is_empty = TRUE, is.na = TRUE, not_error = TRUE)
x |
|
is.null |
|
is_empty |
|
is.na |
|
not_error |
|
(logical)
Other conditionals:
is_error()
,
is_project()
,
larger()
,
most()
,
same()
,
zchar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.