#' 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"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.