#' Interactive pathway curation
#'
#' Start the interactive shiny app fo pathway cluster curation.
#'
#' @examples
#' \dontrun{start_shiny_app()}
#'
#' @include zzz.R
#'
#' @export
start_shiny_app <- function() {
shiny::runApp(
glue("{find.package('pwcuratr')}/shiny"),
launch.browser = TRUE
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.