R/midi-app.R

Defines functions run_app

Documented in run_app

#' Runs the MIDI Shiny web application
#'
#' This is a helper function to run the MIDI Shiny web application in the
#' default web browser.
#'
#' @return Nothing, but launches the Shiny app in the default web browser.
#' @export
#'
#' @examples
#' \donttest{
#'   run_app()
#' }
run_app <- function() {
  utils::browseURL("https://midi-pastrami.apps.math.cnrs.fr/")
}

Try the midi package in your browser

Any scripts or data that you put into this service are public.

midi documentation built on June 22, 2024, 7:20 p.m.