R/LoadFn.r

LoadFn <- function (file, ...) {
  ls.ext <- function(file) {
    local({
      base::load(file)
      base::ls()
    }) }
  
  base::load(file, .GlobalEnv, ...)
  ls.ext(file)
}

Try the nwfscDeltaGLM package in your browser

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

nwfscDeltaGLM documentation built on May 2, 2019, 6:30 p.m.