NA_to_F | R Documentation |
NA
to FALSE
Helpful small function when dealing with non-tidyverse subsetting.
NA_to_F(x)
x |
A vector |
A vector of the same length as x
x = c(T, F, NA, T)
NA_to_F(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.