Returns a summarised nowcast as well as saving key information to the results folder.

report_nowcast(nowcast, cases, target, target_folder)

Arguments

nowcast

A dataframe as produced by nowcast_pipeline

cases

A dataframe of cases (in date order) with the following variables: date and cases.

target

Character string indicting the data type to use as the "nowcast".

target_folder

Character string indicating the folder into which to save results. Also used to extract previously generated results.