sneezr is an R wrapper around Accuweather's Pollen Forecast
This package is not on CRAN and probably never will be, as it is for personal use only. The package is not endorsed by Accuweather.com and is only intended as a demonstration of R package building.
# install.packages("devtools")
devtools::install_github("jakeruss/sneezr")
df <- pollencast(zip = 77002, api_key = api_key, forecast_days = 5)