Description Usage Arguments Details Value See Also Examples
Creates subset of flagged responses.
1  | qc.archive(responses)
 | 
responses | 
 The response dataframe.  | 
Creates a subset of the response dataframe including only those responses which were flagged in the QC process.
Subset of responses dataframe with only flagged responses.
Other Response QC functions: qc.clean,
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.