I wrote the sql query generation files for the 5 tables that do not contain any PII. The tables without any PII are as follows: bio survey, clinical bio survey, covid 19 survey, menstrual survey and module 3. These queries are extremely dangerous in that they do not filter PII from the tables, therefore its imperative for us to re-write the PII filters before these are used for query generation. Theses files are not complete and should be added to and edited accordingly.
Additionally, 2 new custom R functions added: get_DD and get_last_CID.
All functions are annotated using Roxygen notation.
I wrote the sql query generation files for the 5 tables that do not contain any PII. The tables without any PII are as follows: bio survey, clinical bio survey, covid 19 survey, menstrual survey and module 3. These queries are extremely dangerous in that they do not filter PII from the tables, therefore its imperative for us to re-write the PII filters before these are used for query generation. Theses files are not complete and should be added to and edited accordingly.
Additionally, 2 new custom R functions added: get_DD and get_last_CID.
All functions are annotated using Roxygen notation.