diff --git a/R/app.R b/R/app.R index bd12623..c307826 100644 --- a/R/app.R +++ b/R/app.R @@ -3,7 +3,7 @@ #' Launches the corGraph Shiny App #' #' @importFrom shiny shinyApp -#' export +#' @export corGraph <- function(...) { shiny::shinyApp(ui, server, ...) } \ No newline at end of file