R/loadData.R

loadData = function(D=NULL,saveDir="",fileName="imageData.rda") {
  D = readRDS(file= saveDir %+% fileName) # save the file
  return(D) # return the data to pass to next part
}
jhnwllr/gbifimagedata documentation built on May 8, 2019, 7:40 a.m.