Take a datafrome created by 'get_all_dates_df' and interpolate over the NAs to give daily data
| 1 2 | interpolate_days(df, date_col = "date", interpolation_fn = zoo::na.approx,
  col_type = is.numeric)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.