Description Usage Arguments Value Changes Author(s) References Examples
Replaces NA elements of x with corresponding element of y, and NA elements of that with corresponding element from dots.
1 |
x |
a vector |
y |
replacement values |
... |
further replacement values |
x with NAs replaced with y
Rather than using eagerly evaluating the dot arguments and Reducing over them, instead we use recursion to evaluate them lazily.
https://stackoverflow.com/a/19254510/986793
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.