expand_dt: Expand time series in a 'data.frame' to a higher frequency

View source: R/date_aggregate.R

expand_dtR Documentation

Expand time series in a data.frame to a higher frequency

Description

Expand time series in a data.frame to a higher frequency

Usage

expand_dt(dates_df, to_period = c("weekly", "monthly", "quarterly", "annual"))

Arguments

dates_df

data.frame containing a date column and values

to_period

string indicating the frequency to convert data to

Value

data.frame


ces0491/dateR documentation built on April 6, 2022, 10:17 p.m.