#' Shiny application
#'
#' Run a shiny application to show git repository
#'
#' @export
#'
run_app <- function() {
assert_shiny()
shiny::runApp(system.file(package = "ggit", "ggit"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.