Skip to content

NHS-Transformation-Unit/dev_diag_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TU logo

Diagnostic Waiting List Simulation

This repository contains the codebase for creating a simple diagnostic waiting list simulation shiny app.

Repository Structure

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 the ui.R and server.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.

Contributors

This repository has been created and developed by:

License

This project is licensed under the GPL-3.0 license - see the LICENSE file for details.

About

Repository for a simple diagnostic waiting list simulation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published