R/reasyshape.R

Defines functions reasyshape

Documented in reasyshape

#' @title reasyshape
#' @description Run the `reasyshape` interactive shiny app.
#' @param ... Passed onto [shiny::runApp()].
#' @export
#'
#' @examples
#' \dontrun{
#' library(reasyshape)
#' reasyshape()
#' }
reasyshape <- function(...) {
  shiny::runApp(appDir = system.file("application", package = "reasyshape"), ...)
}
ellessenne/reasyshape documentation built on March 29, 2020, 7:57 p.m.