fill {bupaR} | R Documentation |
Fill event log
Description
Fill event log
Usage
fill(data, ..., .direction = c("down", "up", "downup", "updown"))
Arguments
data |
|
... |
Additional arguments passed to tidyr |
.direction |
Direction in which to fill missing values. Currently either "down" (the default), "up", "downup" (i.e. first down and then up) or "updown" (first up and then down). |
[Package bupaR version 0.5.5 Index]