Description Usage Arguments Value Examples
Returns descriptive statistics for a numeric vector.
1 | desc_stats(vector = NULL, notify_na_count = NULL)
|
vector |
a numeric vector |
notify_na_count |
if |
a named numeric vector
1 2 | desc_stats(1:100)
desc_stats(c(1:100, NA))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.