R/start_label.R

Defines functions start_label

Documented in start_label

#' Start the label app
#'
#' @param path the path to the database
#' @export
#' @importFrom shiny shinyAppDir
start_label <- function(path = "~") {
  Sys.setenv("LABEL_PATH" = path)
  shinyAppDir(system.file("label", package = "soundcluster"))
}
ThierryO/soundcluster documentation built on May 26, 2019, 12:30 a.m.