#' Launch shiny application
#'
#' @import shiny
#' @import shinydashboard
#'
#' @export
run_app <- function(){
runApp(system.file("shiny", "file_encryption", package="goldeneye"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.