Description
Dynamic Web-Based Analytics for the Energy Industry.
Description
A 'Shiny' web application for energy industry analytics. Take an overview of the industry, measure Key Performance Indicators, identify changes in the industry over time, and discover new relationships in the data.
README.md
eAnalytics 
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 Datagas: Natural Gas Company Financial Datahydropower: Hydropower Plant Datalng: LNG Plant Dataoil: Oil Company Financial Datapipeline: Natural Gas Pipeline Project Datastorage: 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.