qc | R Documentation |
Quick check that an analysis dataset has one row per observation ID
qc(data, id = "subject")
data |
A data frame that is supposed to have one row per ID (subject). |
id |
String naming the ID column. Defaults to |
The function checks that the data frame has as many rows as unique values of the ID column, and that it has at least one row.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.