Description Usage Arguments Value Examples
View source: R/convert_to_na.R
Converts specified values in a vector to NA's.
1 | convert_to_na(x, value)
|
x |
a vector to recode |
value |
the value of x to recode as NA |
a vector with values recoded to NA
1 | convert_to_na(x = c(1,2,3,4), value = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.