Some opinionated tidying of the heating degree days dataframe:
convert to tsibble
keep only stations with sufficient data (completeness ≥ threshold)
1 | tidy_hdd(df_hdd, threshold = 0.95)
|
df_hdd |
dataframe from function get_montly_hdd |
threshold |
keep only stations with sufficient data (completeness ≥ threshold) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.