#' Run the NAguideR Shiny web application locally.
#' @export
NAguideR_app <- function() {
shiny::runApp(system.file('NAguideRapp', package='NAguideR'),
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.