inst/DataMetProcess_Shiny/functions/Load_All.R

load_all <- function(path = "./inst/DataMetProcess_Shiny/"){
  fns <- list.files(paste0(path,"functions/"),full.names = T,recursive = T)
  part <- list.files(paste0(path,"partitions/"),full.names = T,recursive = T)
  for(i in c(fns,part)){
    source(i)
  }

}

Try the DataMetProcess package in your browser

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

DataMetProcess documentation built on Aug. 23, 2025, 5:08 p.m.