Skip to contents

Features

  • Profile: take an overview of the industry
  • Performance: measure key performance indicators (KPIs)
  • Trends: identify changes in the industry over time
  • Explorer: discover new relationships in the data

Overview

eAnalytics is a shiny web application built on top of R for energy analytics. To learn more about this project, check out this article.

Getting Started

To install eAnalytics in R:

install.packages("eAnalytics")

Or to install the latest development version:

devtools::install_github("paulgovan/eAnalytics")

To launch the app:

eAnalytics::eAnalytics()

Or to access the app through a browser, visit paulgovan.shinyapps.io/eAnalytics.

Data

eAnalytics is built on the energyr R package of data published by the United States Federal Energy Regulatory Commission www.ferc.gov. energyr contains several datasets for different industry segments:

  • electric: Electric Company Financial Data
  • gas: Natural Gas Company Financial Data
  • hydropower: Hydropower Plant Data
  • lng: LNG Plant Data
  • oil: Oil Company Financial Data
  • pipeline: Natural Gas Pipeline Project Data
  • storage: Natural Gas Storage Field Data

Code of Conduct

Please note that the eAnalytics project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.