powered by
function to summarize the current situation, will download the latest data and summarize the top provinces/cities per case
report.summary( cases.to.process = "ALL", Nentries = 10, graphical.output = TRUE, saveReport = FALSE )
which data to process: "TS" --time series--, "AGG" --aggregated-- or "ALL" --time series and aggregated--
number of top cases to display
flag to deactivate graphical output
flag to indicate whether the report should be saved in a file
# NOT RUN { # displaying top 10s report.summary() # get the top 20 report.summary(20) # }
Run the code above in your browser using DataLab