#' Start scviewer
#'
#' @param ... All arguments are ignored
#'
#' @details Uses the `ui` and `server` functions defined in `scviewer`.
#'
#' @importFrom shiny shinyApp
#'
#' @export
#'
run_scviewer <- function(...) {
shinyApp(ui, server)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.