The main goal of this project is to share a example of Shiny aplication using Tabler admin template as a front-end framework. The graphs have been created utilizing apexcharts JS libraries and CAGED data as data example.
You can access a running app here
Bellow shows the manner how this page is structured
shiny_caged/
├── README.md
├── www/
│ ├── apexchart/
│ ├── css/
│ ├── JS/
│ ├── images/
│ └── tablerdash
├── data/
├── ui.R
├── server.R
└── treating_data.R
