fill_down_until: Fill down tibble columns until a maximum number of time slots

View source: R/timeseries.R

fill_down_untilR Documentation

Fill down tibble columns until a maximum number of time slots

Description

Fill down tibble columns until a maximum number of time slots

Usage

fill_down_until(data, vars, max_timeslots = 1)

Arguments

data

data.frame or tibble

vars

character, names of columns to fill

max_timeslots

integer, maximum number of time slots to fill

Value

tibble


mcanigueral/dutils documentation built on Jan. 25, 2024, 3:34 p.m.