Running This Shiny App

In your R console, load the Shiny library:

library(Shiny)

Next, enter this line of code to bring up the Shiny app in a web browser:

runGitHub( "scRNA_sessionInfo_check", "Gammerdinger", launch.browser = T)

When you are done, you can hit Ctrl + C in your console to end the task.