#' Randomizer and blinder tool
#'
#' See the inst/ folder for the main code for this function
#'
#' @export
randblinder_shiny_tool <- function() {
appFile <- system.file("shiny_app/randblinder.R", package = "CIDAtools")
if (appFile == "") {
stop("Could not find the Shiny app file. Try re-installing CIDAtools.", call. = FALSE)
}
shiny::runApp(appFile, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.