PEDIS data is observed in a prospective longitudinal manner. At regular time intervals new data is exchanged in a file appending new patient data. This function reads each file for each time interval and filters out patients that are already in the database. This function uses the 'read_pedis' function as base function to process the xlsx raw data files. Finally, all files are merged into one file without any duplicates.
1 | read_all_pedis(path = "data/", verbose = F)
|
A dataframe containing patient data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.