From 9ff04a87e6cbdce3593d384c95f091799b01a73e Mon Sep 17 00:00:00 2001 From: Danielle Callan Date: Tue, 21 Nov 2023 22:07:24 -0500 Subject: [PATCH] typo --- R/app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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