fill_vec: Fill with values

Description Usage Arguments Examples

View source: R/fill-functions.R

Description

Experimental lifecycle

Usage

1
fill_vec(vec)

Arguments

vec

[numeric]

Numeric vector of the same length

Examples

1
2
3
4
5
6
lagx(c(1:5), fill = fill_vec(1:5))
## Not run: 

lagx(c(1:5), fill = fill_window(roll_mean(.x)))

## End(Not run)

kvasilopoulos/transx documentation built on Jan. 26, 2021, 6:14 p.m.