Description Usage Arguments Value Examples
Brief summary of a data frame, number of unique and missing values.
1 |
df |
A data frame to be summarized |
A matrix with a row for each variable (column) in df and three
columns: no.unique the number of unique values,
no.entered the number of rows in df with non-missing values,
and no.missing the number of rows in df with missing values.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.