#' Run the logistic regression shiny app.
#'
#' @export
LRsim_demo <- function() {
dir <- paste0(find.package('IRRsim'), '/lr_shiny')
message(paste0("Running shiny app from ", dir))
shiny::runApp(appDir = dir)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.