R/hack_the_planet.r

#' hack_the_planet
#' 
#' Run the hackR webapp.
#' 
#' @export
hack_the_planet <- function()
{
  shiny::runApp(file.path(system.file("shinyapp", package="hackR")))
}
wrathematics/hackR documentation built on May 4, 2019, 9:49 a.m.