# SPDX-License-Identifier: AGPL-3.0-or-later
# Copyright (C) 2021 Kevin Lu
#' Launch Shiny app for Epigene lite
#'
#' @return none
#'
#' @examples
#' \dontrun{
#' EpigeneLite::runEpigeneLite()
#' }
#'
#' @references
#' RStudio Inc. (2021). Shiny - Tutorial. URL: https://shiny.rstudio.com/tutorial/
#'
#' @export
runEpigeneLite <- function() {
appDir <- system.file("shiny-scripts", package = "EpigeneLite")
shiny::runApp(appDir, display.mode = "normal")
}
# [END]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.