R/start.R

Defines functions start

Documented in start

#' Start HIDAP
#'
#' Starting HIDAP (a shiny application)
#'
#' @author Omar Benites Ivan Perez RIU
#' @export
start <- function(){
  fp = system.file("hidap_agrofims", package = "hagrofims")
  shiny::runApp(fp)
}
AGROFIMS/hagrofims documentation built on May 6, 2020, 7:43 p.m.