make_rollmax: Build a List of Expressions (Rolling Max)

Description Usage Arguments Value

Description

Build a List of Expressions (Rolling Max)

Usage

1
make_rollmax(..., .n = 3, .align = "right", na.rm = FALSE)

Arguments

...

variables to make roll_maxs

.n

integer vector of window sizes to calculate rolling max

.align

right, left or center. Default is right

na.rm

are NAs need to be removed while calculating rolling max? Default is FALSE

Value

expression to unquote inside mutate() function


pavel-filatov/featr documentation built on May 12, 2019, 1:29 a.m.