diff --git a/app.R b/app.R index 6e75330..4175aba 100644 --- a/app.R +++ b/app.R @@ -5,7 +5,11 @@ library(httr) library(shinycssloaders) # For the spinner # Assuming you have your custom functions in a file called 'your_functions.R' -devtools::load_all() + +# List all R files in the directory and source them + + +lapply(list.files(path = "R", pattern = "\\.R$", full.names = T), source) source("secrets")