inst/shiny/LCBCshiny/subscripts/get_file.R

get_file = function(PATH){
  # load the file into new environment and get it from there
  e = new.env()
  name = load(PATH, envir = e)
  
  return( e[[name]])
}
LCBC-UiO/MOAS documentation built on Aug. 28, 2023, 3:29 a.m.