tidy_summary | R Documentation |
Function to create tidy data descriptives from a data frame.
tidy_summary(df, round = 3, json = FALSE)
df |
Data frame for descriptives to be calculated for. |
round |
Rounding precision of descriptives. Default is |
json |
Should the return be a pretty JSON array? |
Data frame or pretty printed JSON.
Stuart K. Grange
## Not run:
# Calcuate summaries
data_summary <- tidy_summary(data_air)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.