tar_target(summarised_7day_nowcast, {
combined_nowcasts |>
adjust_posteriors(
target = "seven_day",
max_ratio = 0.25,
rhat_bound = 1.1,
per_dt_bound = 0.2
) |>
unnest_nowcasts(target = "seven_day")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.