footprint: Calculate carbon footprints from air travel in R
This package was developed with Dr. Kasia Kulman. The package started as a simple function and was first featured as a blog post. It is now a fully-developed package on CRAN which allows you to calculate greenhouse gas emissions based on to/from airport codes to latitude and longitude.
You can install the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("acircleda/footprint")
Or you can install it from CRAN:
install.packages("footprint")