Description Usage Arguments Details Value See Also Examples
Remove all flagged responses.
1 | qc.clean(responses)
|
responses |
The response dataframe. |
Removes all responses flagged in the qc process from the response dataframe. Removes QC flag columns.
The responses dataframe cleaned of all QC issues.
Other Response QC functions: qc.archive,
qc.duplicates,
qc.invalid_records,
qc.invalid_scores, qc.omits,
qc.outliers, qc.run
1 2 3 4 | head(ResponseImport) #A responses dataframe from a CRM import
ResponseImport <- qc.run(ResponseImport)
badResponses <- qc.archive(ResponseImport)
ResponseImport <- qc.clean(ResponseImport)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.