#' Launch Shiny App
#'
#' Launch a shiny app that runs locally in RStudio or your web browser (recommended). It does not connect to the web at all, so your data are completely private.
#'
#' @param ... arguments to pass to shiny::runApp
#'
#' @export
#'
#' @examples
#' \dontrun{ facefuns_app() }
#'
facefuns_app <- function(...) {
shiny::runApp(appDir = system.file("app", package = "facefuns"), ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.