Summarise rt and cases as a csv

summarise_to_csv(
  results_dir = NULL,
  summary_dir = NULL,
  type = "country",
  date = NULL
)

Arguments

results_dir

Character string indicating the directory from which to extract results

summary_dir

Character string the directory into which to save results

type

Character string, the region identifier to apply

date

A Character string (in the format "yyyy-mm-dd") indicating the date to extract data for. Defaults to "latest" which finds the latest results available.