This repository contains the codebase for creating a simple diagnostic waiting list simulation shiny app.
The structure of the repository is detailed below:
├───app.R
├───README.md
├───LICENSE
├───.gitignore
├───src
├───server.R
└───ui.R
└───www
├───config
└───images
app.R
: Runs the shiny app.README.md
: This file containing an overview and instructions for using the repository.LICENSE
: License information for the repository..gitignore
: Specifies the files and folders that are ignored (not tracked) in the repository.src
: All source code used for theui.R
andserver.R
files.www
: Contains images and files to be included in the app for deployment.config
: Contains the css file for formatting the app.images
: Contains the relevant TU logo.
This repository has been created and developed by:
This project is licensed under the GPL-3.0 license - see the LICENSE
file for details.