The goal of cangeocode is to provide functionality for geocoding and reverse geocoding addresses in Canada.
You can install the development version of cangeocode via:
remotes::install_github("mountainMath/cangeocode")This is a basic example to get all residential addresses within 100m of a given location:
library(cangeocode)
reverse_geocode(c(-123.2,49.25))