Skip to content

mduvekot/torontodata

Repository files navigation

torontodata

Overview

torontodata is a very simple package that makes it a little easier to access the Toronto City Council API that The Toronto City Website itself uses. It is by no means comprehensive, and only provides access to endpoints that I was able to locate. As far as I know, the is no public documention of the API, and this use of it has not been sanctioned or endorsed by the City of Toronto. It is not in any way affiliated with The City of Toronto’s Open Data Portal. See https://open.toronto.ca/ for the officialopen data portal.

Installation

This will work if ever I submit it to CRAN and it gets accepted. For nowm install the development version. See below.

install.packages("torontodata")

Development version

To get a bug fix or to use a feature from the development version, you can install the development version of dplyr from GitHub.

# install.packages("pak")
pak::pak("mduvekot/torontodata")
# install.packages("remotes")  # if not already installed
remotes::install_github("mduvekot/torontodata")

Cheat Sheet

Usage

library(torontodata)

Getting help

If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.

Code of conduct

Be kind.

About

fetch toronto council data

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages