R/runGSscraper.R

Defines functions runGSscraper

Documented in runGSscraper

#' 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")
}
nealhaddaway/GSscraper documentation built on May 6, 2022, 10:52 a.m.