The R
package ECCTools
provides tools to modify and Energy
Conversion Chain (ECC) that has been previously loaded using the R
package IEATools
. The IEATools
package helps to load IEA data as
well as to sort and prepare IEA data to formulate a Physical Supply Use
Table (see Heun, Owen, and Brockway (2018)). However, the IEATools
package treats imports as a supplying industry, and to this extent,
adopts what we refer here to as the Free Imports Assumption: imports
come for free, with no upstream associated conversion chain (and hence,
no environmental burden and embodied energy).
The ECCTools
package enables analysts to overcome this limitation
through two different options:
You can install ECCTools
from github with:
# install devtools if not already installed
# install.packages("devtools")
devtools::install_github("earamendia/ECCTools")
# To build vignettes locally, use
devtools::install_github("earamendia/ECCTools", build_vignettes = TRUE)
This package builds upon the previous R
package IEATools
, and has
been first demonstrated in the paper Aramendia et al. (2022).
Find more information, including vignettes and function documentation, at https://earamendia.github.io/ECCTools/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.