Description Usage Arguments Value Examples
Generate any set of descriptive statistics through the pipeline
and return a tidy data frame. The function works with any number
of variables, as well as with group_by.
| 1 2 3 4 5 6 | 
| data | The data frame that includes the variables to compute descriptive statistics on. | 
| ... | The set of variables to compute descriptive statistics on. | 
| .funs | The functions to use in the descriptive statistics. Uses
the  | 
A tidy data frame with the requested descriptive statistics for the requested variables
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.