#' Wrapper to run GSscraper Shiny app locally
#'
#' @description Run the GSscraper Shiny app locally with this
#' function. Calls the latest version of the app from GitHub without
#' the need to install GSscraper.
#' @importFrom shiny runGitHub
#' @return Runs the GitHub version of the Shiny App locally.
#' @export
#' @examples
#' \dontrun{
#' runGSscraper()
#' }
runGSscraper <- function(){
shiny::runGitHub("GSscraper",
"nealhaddaway",
subdir = "inst/shiny-examples/GSscraper")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.