Description
Fill event log
Usage
fill(data, ..., .direction = c("down", "up", "downup", "updown"))
Arguments
- data
log
: Object of class eventlog
or activitylog
.
- ...
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).