report.Tor: function to obtain main indicators from Toronto data

View source: R/tor_utils.R

report.TorR Documentation

function to obtain main indicators from Toronto data

Description

function to obtain main indicators from Toronto data

Usage

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
)

Arguments

colTgts

optional argument to indicate which columns from the Toronto data to process

report

optional argument indicating whether a report will be printed to the screen

staticPlt

optional argument to indicate whether the 'static' graphical output is wanted or not

horiz.plts

number of plots in the horizontal direction

vert.plts

number of plots in the vertical direction

same.Yaxis

graphical argument to indicate if plots will use same y-axis

interactiveFig

boolean flag to indicate whether interactice figures would be generated or not

interactive.display

boolean flag to indicate whether the interactive plot will be displayed (pushed) to your browser

Value

list with statistics by selected as indicated in colTgts

#@export


covid19.analytics documentation built on Oct. 16, 2023, 1:06 a.m.