summarize_long | R Documentation |
Calculates several summary statistics. The summary statistics depend on the vector class
summarize_long(x)
## S3 method for class 'factor'
summarize_long(x)
## S3 method for class 'integer'
summarize_long(x)
## S3 method for class 'numeric'
summarize_long(x)
## Default S3 method:
summarize_long(x)
x |
an object |
A summarized version of the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.