i_na_values | R Documentation |
define which values will be handled as missing values
i_na_values(x, values, sort = TRUE, desc = FALSE)
x |
vector |
values |
vector with missing values e.g. c(888,999) or NULL (NULL will remove all missing values) |
sort |
sort values |
desc |
sort values in descending order |
Returns x with missing values set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.