# NOT RUN {
# save a sample configuration file and edit it as required.
config.file <- get.config(tempdir())
# import the QC-configuration file into R.
job <- setup.inspector(config.file)
# check the generated object.
job
# run the generated object.
# This may take up to a couple of hours, depending on your PC and the size/number of files.
job <- run.inspector(job)
# view a brief summary about the result. report files and plots are already saved.
result.inspector(job)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab