data-raw/load-P2E2_PilotDataRdata.R

fileWithPath<- file.path("data-raw","P2E2_PilotData.Rdata")

if (file.exists(fileWithPath)) {
  P2E2pilot<- readRDS( fileWithPath ) #.mat file been preprocessed into melted long dataframe
} else {
  print("Error! Could not find file. Probably your working directory is bad")
}
alexholcombe/mixRSVP documentation built on June 7, 2019, 3:50 p.m.