imput_change | R Documentation |
Imput level series with change
imput_change(x, d)
x |
A numeric vector to imput. NA values are imputed. |
d |
A numeric vector of percentage change |
t <- data.frame(a = c(NA, 2, NA, NA), b = c(0.7, 0.3, 0.1, 0.2))
dplyr::mutate(t, c = imput_change(a, b))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.