README.md

kayatool

GitHub: Build
Status

GitLab: Build
Status

The kayatool package is an R Shiny package to interactively explore the Kaya identity for a number of countries and regions of the world.

Installation

To install this package you can use the devtools package in RStudio to run

library(devtools)
install_github("jonathan-g/kayatool")

and then load the package with

library(kayatool)

or use the pacman package to load kayatool, installing it first if necessary:

library(pacman)
p_load_current_gh("jonathan-g/kayatool")

Once you have loaded the package, you can launch it from RStudio with

launch_kaya_tool()

Credits

This tool was inspired by Roger Pielke’s book, The Climate Fix and the tool closely follows the analysis presented in chapters 3–4 of that book.

See also,



gilligan-ees-3310/kayatool documentation built on Sept. 12, 2022, 11:11 p.m.