Description Usage Arguments Value See Also Examples
This is a wrapper of base::replace()
with a simplified interface and a name
that target the specific job of filling NA's. See also tidyr::replace_na
and dplyr::coalesce
.
1 | fill_na(x, filler = 0)
|
x |
A dataframe. |
filler |
A filler; whatever you want to replace NA's with. |
A modified version of x
.
Other general functions to edit data in place: lookup
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.