R/web.tpl.R

Defines functions web.tpl

Documented in web.tpl

#' Web front end
#' 
#' Web application to interact to query The Plant List database.
#' 
#' @export
web.tpl<- function() {
  message("Press escape at any time to stop the application.\n")
  runApp(system.file("plantminer", package = "tpl"))
}
gustavobio/tpl documentation built on May 17, 2019, 9:29 a.m.