# NOT RUN {
#Path where the configuration file are located
configurationFilePath <- system.file(file.path("examples",
"configurationsExample.ini"),
package ="bdpar")
#Folder with the files to preprocess
filesPath <- system.file(file.path("examples",
"testFiles"),
package = "bdpar")
#Object which indicates the pipes' flow
pipe <- SerialPipe$new()
#Object which decides how creates the instances
instanceFactory <- InstanceFactory$new()
objectBdpar <- Bdpar$new(configurationFilePath)
#Starting file preprocessing...
objectBdpar$proccess_files(filesPath, pipe, instanceFactory)
# }
Run the code above in your browser using DataLab