R/loadRdata.R

Defines functions loadRdata

Documented in loadRdata

loadRdata <- function(fileName) {
  #loads an Rdata file, and returns it
  load(fileName)
  get(ls()[ls() != "fileName"])
}

Try the IDSL.IPA package in your browser

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

IDSL.IPA documentation built on June 7, 2023, 6:01 p.m.