| .check_na | R Documentation |
Checks for NA values in x, throwing an error if any are found and
allow_na is FALSE.
.check_na(x, allow_na = TRUE, x_arg = caller_arg(x), call = caller_env())
x |
The object to check. |
allow_na |
|
x_arg |
|
call |
|
NULL, invisibly, if x passes the check.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.