function to obtain main indicators from Toronto data
report.Tor(
colTgts = c("Source.of.Infection", "Age.Group", "Client.Gender", "Outcome",
"Neighbourhood.Name"),
report = TRUE,
staticPlt = TRUE,
horiz.plts = 4,
vert.plts = 3,
same.Yaxis = TRUE,
interactiveFig = FALSE,
interactive.display = TRUE
)
list with statistics by selected as indicated in colTgts
#@export
optional argument to indicate which columns from the Toronto data to process
optional argument indicating whether a report will be printed to the screen
optional argument to indicate whether the 'static' graphical output is wanted or not
number of plots in the horizontal direction
number of plots in the vertical direction
graphical argument to indicate if plots will use same y-axis
boolean flag to indicate whether interactice figures would be generated or not
boolean flag to indicate whether the interactive plot will be displayed (pushed) to your browser