.fillNAgaps | R Documentation |
Fill NA values with last previous value
.fillNAgaps(x)
x |
a vector of values |
a vector with any NA values replaced with the last previous actuall value
Christian Trachsel
c(NA, 1, 2, 3, NA, 4, 5, NA, NA, NA, 6) |>
rawDiag:::.fillNAgaps()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.