#' Runs the PTMoreR Shiny web application.
#' @export
motifeR2_app <- function() {
shiny::runApp(system.file('motifeR2app', package='motifeR2'),
host=getOption("0.0.0.0"), port =getOption("8989"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.