Provide a short summary for an object
method for generic
method for generic
method for generic
method for generic
method for generic
method for generic
method for generic
method for generic
method for generic
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | short_summary(x)
## Default S3 method:
short_summary(x)
## S3 method for class 'numeric'
short_summary(x)
## S3 method for class 'character'
short_summary(x)
## S3 method for class 'logical'
short_summary(x)
## S3 method for class 'data.frame'
short_summary(x)
## S3 method for class 'matrix'
short_summary(x)
## S3 method for class 'list'
short_summary(x)
## S3 method for class 'lm'
short_summary(x)
## S3 method for class ''function''
short_summary(x)
|
x |
object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.