R/papciUI.R

Defines functions papciUI

Documented in papciUI

#' papciUI
#'
#' Launch the papci user interface in local machine
#'
#'#'
#' @export
#' @examples
#' \dontrun{
#'    papciUI()
#' }

papciUI <- function() {
  shiny::runApp(system.file("shiny",package="papci"))
}

Try the papci package in your browser

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

papci documentation built on Sept. 14, 2021, 9:07 a.m.