Running Operations for Vectors
Resolves at argument
Resolves time difference argument
Resolves index argument
Validate date time character
Converts k and lag from time-unit-interval to int
Formats time-unit-interval to valid for runner
Resolves at argument
Creates sequence for at as time-unit-interval
Access group data in mutate
Fill NA with previous non-NA element
Lag dependent on variable
Length of running windows
Running maximum
Running mean
Running minimum
Running min/max
Set window parameters
Apply running function
Running streak length
Running sum
Running which
List of running windows
Lightweight library for rolling windows operations. Package enables full control over the window length, window lag and a time indices. With a runner one can apply any R function on a rolling windows. The package eases work with equally and unequally spaced time series.