fill_timeseries_gaps: Fill Gaps in Summary Data

Description Usage Arguments Value

Description

This function compares dates in a given (complete) timeseries and dataframe, then adds blank rows for the dates that are missing in the dataframe.

Usage

1
fill_timeseries_gaps(df, timeseries)

Arguments

df

data frame with a "date" column

timeseries

vector with complete list of dates that should be in the "date" column of df

Value

df, the same data frame with blank rows added to fill in timeseries, then sorted by date.


cvoter/isoH2Obudget documentation built on March 29, 2020, 11:07 a.m.