if (FALSE) {
#Using defaults
d_mcm <- load_mcm(file = "test_Mcm.txt")
#Use sequential processing
d_mcm <- load_mcm(file = "test_Mcm.txt", nThread = 1)
#Use parallel processing and parse data in MRN_Type and MRN columns and keep all IDs
d_mcm <- load_mcm(file = "test_Mcm.txt", nThread = 20, mrn_type = TRUE, perc = 1)
}
Run the code above in your browser using DataLab