dstats_row | R Documentation |
The first column will be named "Variable" and will contain the name of the variable. The remaining columns will provide the descriptive statistics for the named variable.
dstats_row(name, df)
name |
The variable name. |
df |
The data frame. |
A tibble row of descriptive statistics for the variable.
dstats_row("x", data.frame(x = c(1, 2, 3))) purrr::map_dfr(c("Sepal.Length", "Sepal.Width"), dstats_row, iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.