View source: R/format_timci_hospitfu_data.R
generate_hospital_log | R Documentation |
Generate a list of participants to be searched for at hospital level
generate_hospital_log(
pii,
fu7df,
day0df,
hospitdf,
deidentify = FALSE,
is_pilot = FALSE
)
pii |
dataframe containing personally identifiable data |
fu7df |
dataframe containing day 7 follow-up data |
day0df |
dataframe containing day 0 data |
hospitdf |
dataframe containing hospital follow-up data |
deidentify |
boolean, enable the generation of a format with personally identifiable information (PII) for upload on ODK Central (if set to FALSE) or of a deidentified dataframe (if set to TRUE) |
is_pilot |
Boolean, default set to 'FALSE' |
This function returns a dataframe that contains the list of participants to be searched for at hospital level.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.