View source: R/numeric_summary.R
Numeric Summaries Summarises numeric data and returns a data frame containing the minimum value, median, standard deviation, and maximum value.
1 | numeric_summary(x, na.rm)
|
x |
a numeric vector containing the values to summarize. |
na.rm |
a logical value indicating whether NA values should be stripped before the computation proceeds. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.