Description Usage Arguments Examples
Fix missing values by turning missing codes to NA.
1 | fix.missing(x, na.value)
|
x |
A vector of values |
na.value |
A missing value code |
1 2 3 4 5 | ## Not run:
x <- c(-99, 22, 15)
x <- fix.missing(x, "-99")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.