This Repo contains R code for the app
.
├── README.md
├── acme.csv
├── app
│ ├── global.R
│ ├── server.R
│ └── ui.R
├── archive
│ ├── 00_Header.R
│ ├── 01_Sidebar.R
│ ├── 02_Body.R
│ ├── app.R
│ └── app_old.R
├── ggEasyPlot.Rproj
├── plots
│ ├── 00_Plots-Bar.R
│ ├── 01_Plots-Scatter.R
│ └── 02_Plots-Line.R
└── www
└── template.css
runApp("app")