fill_data_series {rIACI} | R Documentation |
Fill Data Series
Description
Aligns the input data with the complete date sequence, filling missing dates with NA.
Usage
fill_data_series(data, dates, date_sequence)
Arguments
data |
Numeric vector. Original data series. |
dates |
Date vector. Dates corresponding to the data. |
date_sequence |
Date vector. Complete date sequence. |
Value
Numeric vector. Data series aligned with the date sequence.
[Package rIACI version 1.0.0 Index]