I created a function that sources folders instead of files:
source_folder <- function(path, recursive = TRUE) { files <- list.files( path,