fill_data_series | R Documentation |
Aligns the input data with the complete date sequence, filling missing dates with NA.
fill_data_series(data, dates, date_sequence)
data |
Numeric vector. Original data series. |
dates |
Date vector. Dates corresponding to the data. |
date_sequence |
Date vector. Complete date sequence. |
Numeric vector. Data series aligned with the date sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.