crunch-summary | R Documentation |
Summary methods for Crunch Variables
## S3 method for class 'CategoricalVariable'
summary(object, ...)
## S3 method for class 'NumericVariable'
summary(object, ...)
object |
A Variable |
... |
additional arguments, ignored (they're in the summary.default) signature |
a summary response. Categorical variable summaries should work like summary.factor; Numeric variables should be like summary.numeric. Other Variable types are not yet supported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.