CRAN status lifecycle Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. R build status Codecov test coverage DOI

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

SEAPSUTWorkflow

The R package SEAPSUTWorkflow provides functions and drake workflows for Societal Exergy Analysis (SEA) using the Physical Supply Use Table (PSUT) framework.

Installation

You can install SEAPSUTWorkflow from github with:

# install.packages("devtools")
devtools::install_github("MatthewHeun/SEAPSUTWorkflow")

Example

To create a drake workflow, do this:

library(SEAPSUTWorkflow)
get_plan(countries = c("GHA", "ZAF"),
         additional_exemplar_countries = "World",
         max_year = 1999,
         ceda_data_folder = "ceda_path",
         machine_data_path = "machine_path",
         iea_data_path = "iea_path",
         country_concordance_path = "country_concordance_path",
         phi_constants_path = "phi_constants_path",
         exemplar_table_path = "exemplar_path",
         fu_analysis_folder = "fu_folder",
         reports_source_folders = "reports_source_path",
         reports_dest_folder = "reports_dest_path"
         )

History

The functions in this package were used in ...

More Information

Find more information, including vignettes and function documentation, at https://MatthewHeun.github.io/SEAPSUTWorkflow/.

References



MatthewHeun/SEAPSUTWorkflow documentation built on April 22, 2022, 2:21 p.m.