The R
directory contains R components for the Shiny application.
This markdown file contains the following contents
global.R
: Sets up application environment upon launchserver.handler.R
: Contains components used to handle frontend and application logic such as file uploads, data handling, script calling, etcui.homapage.R
: Provides the HTML to the R Shiny homepage
If this application is to be further developed to implement new features, please add all relevent R shiny components here.