expand_to_daily: Expand Data to Daily Frequency

View source: R/access_db.R

expand_to_dailyR Documentation

Expand Data to Daily Frequency

Description

Expands the input data frame to a daily frequency, filling in any missing dates within the observed range.

Usage

expand_to_daily(df_long, prep_fun)

Arguments

df_long

[mandatory] (data.frame) A long-format data frame with at least the columns id and date.

prep_fun

[mandatory] (function) Function used for pre-processing.

Value

A data frame with daily dates and preprocessed value column.


geeLite documentation built on Aug. 9, 2025, 1:08 a.m.