View source: R/generate_fu_logs.R
generate_fu_log | R Documentation |
Generate a list of participants to be called in a time window after baseline between wmin and wmax
generate_fu_log(
pii,
fudf,
wmin,
wmax,
vwmin,
vwmax,
ext = FALSE,
deidentify = FALSE
)
pii |
dataframe containing personally identifiable data |
fudf |
dataframe containing the processed follow-up data |
wmin |
numerical, start of the follow-up period (in days) |
wmax |
numerical, end of the follow-up period (in days) |
vwmin |
numerical, start of the follow-up period valid for the statistical analysis (in days) |
vwmax |
numerical, end of the follow-up period valid for the statistical analysis (in days) |
ext |
boolean, allow to export more information |
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) |
This function returns a dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.