README.md

tubeshiny

The goal of this package is to present a usable example of a Shiny App conatained in an R package.

Installation

You can install the released version of this package by simply

devtools::install_github('aljrico/tubeshiny')

Run the App

The main purpose of this packge is to run a Shiny App, so let's just do it:

tubeshiny::runApp()

How to use it

The purpose of this App is to explore the data from the Tube of London. In order to do so, the App requires a specificly formatted csv to be loaded. Though the internal functions of the app are designed so accept some degree of flexibility, the user is assumed to be aware of the format required.

Two important details before getting started:

Summary

The first tab of the dashboard, Summary offers a quick overview of the main visualisations of interest. The user has still the freedom to filter by Line or Type and play with the plots as needed.

Explore

The Explore tab is a suggested tool for the user to explore the data provided with more freedom, with the possibility to build custom scatter plots and browse the actual table of data freely.

This tab includes many features to customise users' visualisaton:



aljrico/tubeshiny documentation built on Nov. 2, 2019, 1:41 p.m.