R/matmanDemo.R

Defines functions matmanDemo

Documented in matmanDemo

#' Launches a demo app
#'
#' Launches a shiny app that demonstrates how to use the functions provides by package matman.
#'
#' @author Leon Binder \email{leon.binder@@th-deg.de}
#' @author Bernhard Bauer \email{bernhard.bauer@@th-deg.de}
#' @author Michael Scholz \email{michael.scholz@@th-deg.de}
#' @examples 
#' \dontrun{matmanDemo()}
#' @export
matmanDemo <- function() {
  shinyApp(ui = .shinyAppUI(), server = .shinyAppServer())
}

Try the matman package in your browser

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

matman documentation built on Dec. 13, 2021, 5:08 p.m.