R/FSA_loadRdata.R

Defines functions FSA_loadRdata

Documented in FSA_loadRdata

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

Try the IDSL.FSA package in your browser

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

IDSL.FSA documentation built on July 9, 2023, 6:45 p.m.