#' FACkit GUI
#'
#' @export
#'
#'
fackit <- function() {
appDir <- system.file("fackit_gui", "app.R", package = "FACkit")
if (appDir == "") {
stop("Could not find fackit_gui directory. Try re-installing `FACkit`.", call. = FALSE)
}
shiny::runApp(appDir, display.mode = "normal", launch.browser = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.