R/shinyMergely.R

Defines functions shinyMergely

Documented in shinyMergely

#' Shiny Mergely
#' @description Launch a Shiny app allowing to compare and merge two files.
#'
#' @importFrom shiny shinyAppDir
#' @export
#' @examples if(interactive()){
#'   shinyMergely()
#' }
shinyMergely <- function(){
  shinyAppDir(system.file("shinyApp", package = "shinyMergely"))
}

Try the shinyMergely package in your browser

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

shinyMergely documentation built on Jan. 24, 2022, 5:07 p.m.