View source: R/toolssummary.h.R
toolssummary | R Documentation |
Tools for data summary
toolssummary(data, vars, excludeNA = FALSE, showFreq = TRUE, showStats = TRUE)
data |
The data as a data frame. |
vars |
Variables to summarize |
excludeNA |
. |
showFreq |
. |
showStats |
. |
A results object containing:
results$todo | a html | ||||
results$summary | a table | ||||
results$frequencies | a html | ||||
results$numericStats | a table | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$summary$asDF
as.data.frame(results$summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.