Description Usage Arguments Details Value Author(s) Examples
fill_down
runs through a vector and replaces missing values with the last nonmissing value above it. It can be set to consider only NA
or also include empty strings.
1 |
x |
An atomic vector. Often the column of a data frame. |
string |
when |
This function is especially useful for filling in values from split cells from an excel file.
An atomic vector
Sven Halvorson (svenedmail@gmail.com)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.