Scrape COVID-19 pharmacy vaccine locations for Ontario
Jean-Paul R. Soucy (jprs.me)
Let's scrape the names, addresses and public health units of pharmacies in Ontario offering the COVID-19 vaccine from the provincial website.
# load packages
library(rvest)
library(stringr)