View source: R/cleaning_log_helper_others.R
cleaning_log_helper_others | R Documentation |
Helper function for the create cleaning log flags function in healthyr. This will create cleaning log records for each other reported value in the dataset, for all columns ending in "_other".
cleaning_log_helper_others(df, uuid)
df |
Inputs the dataframe. Must have columns ending in _other. |
uuid |
Inputs a character value of the column with UUID, or other household identifier for cleaning purposes. |
Returns a REACH style cleaning log with all the 'other' responses that need to be checked.
## Not run: cleaning_log_helper_others(df = mydata, uuid = "_uuid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.