if (FALSE) {
tm = read_trialmaster("path/to/archive.zip")
load_database(db)
edc_patient_gridplot(sort_rows=FALSE, sort_cols=FALSE)
edc_patient_gridplot(axes_flip=TRUE, show_grid=TRUE,
preprocess=~str_remove(.x, "\\D*")) #remove all non-digits
}
Run the code above in your browser using DataLab