Description Usage Arguments Value Examples
Function to fill gaps with first available value.
1 | fillgaps(x)
|
x |
A vector. |
A vector.
1 | data.frame(x = c(1, 1, NA, 1, 1)) %>% dplyr::mutate(x = fillgaps(x))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.