.add_date_column | R Documentation |
Add dates column to dataframe.
.add_date_column(
estimates,
ref_date,
time_step,
index_col = "idx",
keep_index_col = FALSE
)
estimates |
dataframe. Estimates. |
ref_date |
Date. Optional. Date of the first data entry in |
time_step |
string. Time between two consecutive incidence datapoints.
"day", "2 days", "week", "year"... (see |
index_col |
string. Name of the index column. The index tracks which data point in bootstrapped values corresponds to which data point in the original values. |
keep_index_col |
boolean. Keep index column in output? |
estimates dataframe with dates column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.