deidentify_spa_data | R Documentation |
This function performs de-identification of the TIMCI SPA observation data.
deidentify_spa_data(df, mapping = NULL)
df |
A dataframe containing the processed facility data. This should include a column for child identification numbers that will be anonymized. |
mapping |
Optional. A dataframe containing the mapping between original and hashed IDs. If provided, it will be used for anonymization; otherwise, IDs are anonymized without a predefined mapping. |
Returns a dataframe with de-identified data. The 'child_identification_pid' column is anonymized to protect patient privacy.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.