Demonstration code to illustrate the evolution in complexity as a shiny app grows organically.
The aim of this project is to create an app that allows users to upload some data, plot some variables and export the plot. It is/will be broken down into specific tags that demonstrate the addition of key features.
-
User can choose columns from a single dataset and plot these as a scatter plot
-
User can choose different datasets and variable selection dynamically changes
a. Finite dataset options available via a dropdown b. File upload option
-
Combine with ggTag and plot option to enable meta info to be added
-
Add evaluation code to create reproducible R script
shiny::runApp(display.mode = "showcase")