library(parallel)
seqParallelSetup(2L)
# the GDS file
(gds.fn <- seqExampleFileName("gds"))
# display
(f <- seqOpen(gds.fn))
# run in parallel
summary(seqMissing(f))
# close the GDS file
seqClose(f)
seqParallelSetup(FALSE)
Run the code above in your browser using DataLab