This document describes the preliminary steps of reflexion related to the definition of a Shiny application for the Johns Hopkins course “building data products” final project.
As requested in the instructions, the application will be kept simple.
Using one of the “sand box” dataset available in R, the interface will be focussed on being a companion to EDA (Exploratory Data Analysis)
- For performance & interactivity, the dataset will need to be kept simple (ie. 100 lines max).
- As a standard view, a plot will display the relationship between 2 variables (x vs y) available in the dataset. The user will be invited which variables shall be selected as “x” and which variable shall be selected as “y” thanks to the selectInput() object in the UI.
- A second step, the user will be invited to change the color of the plot with a set of radio buttons radioButtons().