cases.to.process: which data to process: "TS" --time series--, "AGG" --aggregated-- or "ALL" --time series and aggregated--
Nentries: number of top cases to display
geo.loc: geographical location to process
graphical.output: flag to deactivate graphical output
saveReport: flag to indicate whether the report should be saved in a file
Examples
# triggers CRAN checks for timing## Not run:# displaying top 10sreport.summary()# get the top 20report.summary(Nentries=20,graphical.output=FALSE)# specify a locationreport.summary(geo.loc="NorthAmerica")## End(Not run)