R/run_app.R

Defines functions run_app

Documented in run_app

#' Launch the Greenfeedr Shiny App locally
#'
#' This function launches the Greenfeedr Shiny app on your computer.
#' @export
run_app <- function() {
  app_dir <- system.file("app", package = "greenfeedr")
  shiny::runApp(app_dir)
}

Try the greenfeedr package in your browser

Any scripts or data that you put into this service are public.

greenfeedr documentation built on Sept. 9, 2025, 5:55 p.m.