Description Usage Arguments Value Examples
Swap out/for missing values
1 2 3 4 5 6 7 8 9 |
x |
a vector. |
unlist |
logical, whether to unlist the result. |
... |
further arguments to pass to |
For zero_na
, 0
values replaced with NA
.
For na_zero
, NA
values replaced with 0
.
For null_na
, NULL
values replaced with NA
.
For empty_na
, empty strings (""
) replaced with NA
.
For to_na
, arbitrary values replaced with NA
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.