R/start.R

Defines functions start

Documented in start

#' Start HIDAP
#'
#' Starting HIDAP (a shiny application)
#'
#' @author Reinhard Simon
#' @export
start <- function(){
  fp = system.file("hidap", package = "hidap")
  shiny::runApp(fp)
}
CIP-RIU/hidap documentation built on April 30, 2021, 9:21 p.m.