View source: R/S03_Utilities.R
not_NA | R Documentation |
Function that takes a logical vector and ensures
any NA
values are set to FALSE
.
not_NA(lgc)
x |
A logical vector. |
A logical vector with NA
cases
set to FALSE
.
not_NA( c(TRUE, FALSE, NA) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.