R/dynamic_load.R

dynamic_load <- function(fileName){
  #loads an RData file, and returns it
  load(fileName)
  get(ls()[ls() != "fileName"])
}
ToxStrategies/biteR documentation built on May 9, 2019, 5:12 p.m.