Description Usage Arguments Value Examples
Convert a value considered to be an missing value to the standard NA
1 | missing_to_na(x, missing)
|
x |
a vector, matrix or a data frame |
missing |
a non-standard missing value |
an object where a non-standard missing value is replaced by NA
1 2 | x = c("foo", "bar", "missing")
phyloRNA:::missing_to_na(x, "missing")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.