Learn R Programming

⚠️There's a newer version (0.4.4) of this package.Take me there.

runner (version 0.1.0)

Running Operations for Vectors

Description

Package contains running functions (a.k.a. windowed, rolling, cumulative) with varying window size and missing handling options. Package brings also running streak and running which, what extends beyond range of functions already implemented in R packages.

Copy Link

Version

Install

install.packages('runner')

Monthly Downloads

1,803

Version

0.1.0

License

GPL (>= 2)

Maintainer

Dawid Ka<c5><82><c4><99>dkowski

Last Published

August 31st, 2018

Functions in runner (0.1.0)

unique_run

List of running windows
min_run

Running minimum
window_run

List of running windows
whichmax_run

Running which.max
whichmin_run

Running which.min
fill_run

Fill NA with previous non-NA element
max_run

Running maximum
streak_run

Running streak length
sum_run

Running sum
whichd_run

Index of previous, different element
mean_run

Running mean
whicht_run

Running which-true function