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.
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")
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")
library(torontodata)
If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.
Be kind.