#' Run the rnalab Shiny App
#'
#' @export runRNAapp
#' @importFrom shiny runApp
runRNAapp = function(){
shiny::runApp(system.file('rnalabApp', package='rnalab'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.