How to

Load the package:

library(rawcopy)

Run samples in a directory:

setwd('Path to .CEL-file directory')
rawcopy()

Run samples in a directory on multiple cores (~6GB of RAM is required per core):

setwd('Path to .CEL-file directory')
rawcopy(cores=8)