View source: R/summarize_data.R
get_stats | R Documentation |
Using S3 methods to dispatch get_stats according to the obj class
get_stats(obj)
## Default S3 method:
get_stats(obj)
## S3 method for class 'numeric'
get_stats(obj)
## S3 method for class 'Date'
get_stats(obj)
## S3 method for class 'POSIXct'
get_stats(obj)
obj |
a named vector of stats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.