Skip to contents

This function launches the eAnalytics Shiny application, which provides interactive visualizations and analyses of energy data. The application includes features such as time series plots, motion charts, data tables, and geographic maps.

Usage

eAnalytics()

Value

The function does not return a value; it launches the Shiny app.

Examples

if (interactive()) {
  eAnalytics()
}