covid19.Toronto_OD.data {covid19.analytics}R Documentation

function to import data from the city of Toronto, ON - Canada as reported by Open Data Toronto https://open.toronto.ca/dataset/covid-19-cases-in-toronto/ This dataset is updated WEEKLY.

Description

function to import data from the city of Toronto, ON - Canada as reported by Open Data Toronto https://open.toronto.ca/dataset/covid-19-cases-in-toronto/ This dataset is updated WEEKLY.

Usage

covid19.Toronto_OD.data(
  data.fmt = "TS",
  local.data = FALSE,
  debrief = FALSE,
  acknowledge = FALSE
)

Arguments

data.fmt

"TS" for TimeSeries of cumulative cases or "original" for the data as original reported

local.data

boolean flag to indicate whether the data will be read from the local repo, in case of connectivity issues or data integrity

debrief

boolean specifying whether information about the read data is going to be displayed in screen

acknowledge

boolean flag to indicate that the user acknowledges where the data is coming from. If FALSE, display data acquisition messages.

Value

a dataframe with the latest data reported by "OpenData Toronto" for the city of Toronto, ON - Canada


[Package covid19.analytics version 2.1.3.3 Index]