rolleda

Overview

rolleda is a web application that provides exploratory data analysis of rolling statistics for time-series data.

Installation

Install the development version from GitHub:

# install.packages("devtools")
devtools::install_github("jasonjfoster/rolleda")

Usage

Load the application and supply a dataset:

library(rolleda)

# rolling exploratory data analysis
roll_eda()