tar_target(
fixed_nowcast,
nowcast(
obs = hospitalisations_by_date_report,
tar_loc = locations,
model = fixed_epinowcast,
priors = priors,
max_delay = max_report_delay,
settings = epinowcast_settings
),
cross(hospitalisations_by_date_report, locations),
cue = tar_cue(mode = "never")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.