View source: R/createDBEPrepObj.R
createDBEPrepObj | R Documentation |
Load raw object and create prepared object Function relies on the data being correctly named following established hierarchy
createDBEPrepObj(input, output)
input |
a string pointing towards the input folder |
output |
a string pointing towards the output folder |
.Rdata files
## Not run:
input <- "WKRDB-EST2/testData/output/DBErawObj/"
output <- "WKRDB-EST2/subGroup1/personal/John/PreparedOutputs/"
createDBEPrepObj(input = input, output = output)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.