R/createDBEPrepObj.R
createDBEPrepObj.Rd
Load raw object and create prepared object Function relies on the data being correctly named following established hierarchy
createDBEPrepObj(input, output)
a string pointing towards the input folder
a string pointing towards the output folder
.Rdata files
if (FALSE) {
input <- "WKRDB-EST2/testData/output/DBErawObj/"
output <- "WKRDB-EST2/subGroup1/personal/John/PreparedOutputs/"
createDBEPrepObj(input = input, output = output)
}