R/run_crops.R

#' Demo application
#'
#' Builds a shinydashboard app from re-usable application elements
#'
#' @author Reinhard Simon
#' @export
run_crops <- function(){
  try(
    shiny::runApp(system.file("app_crops", package="fbcrops"))
  )
}
c5sire/fbcrops documentation built on May 13, 2019, 10:33 a.m.