Learn R Programming

bupaR (version 0.5.5)

fill: Fill event log

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).