This app was created using the PHS Shiny app template from the {phstemplates}
package.
setup.R
contains required packages and is where any data should be read indata/
is a folder for storing data to be read inwww/
contains the app stylesheet and PHS icon imagespages/
should contain an R script for each tab in your app with the content of that tab. This needs to be linked back to the ui
in app.R
functions/
contains R scripts with functions for the appAn aim of any app is making sure it can be used by as many people as possible.
This includes those with:
For example, someone with impaired vision might use a screen reader.
PHS has created guidance on how to make your app as accessible as possible. It can be found in the knowledge base from this link.
We hope to build-in some of these basic features into this template in the future.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.