powered by
Loads a single R object from file, more flexible than Load.branch or base::load
loadFlex(file, read.fcn = readRDS, ...)
contains R object
function to read the file, default readRDS
arguments passed to read.fcn
object for file that was read
# NOT RUN { processed <- load.flex("read_data.R/process_data.RData") # }
Run the code above in your browser using DataLab