Description Usage Arguments Details Value
View source: R/summary-table.R
Takes the name of a variable in the data.frame supplied to sum_tabler and calculates the summary statistics for that variable.
1 | summarize_variables(nm, data, func_list, na.rm, xlevels)
|
nm |
Character scalar of a variable name from the data.frame |
data |
Data.frame containing variable 'nm'. |
func_list |
List of functions to use to evaluate variable expressed as a character vector |
na.rm |
Boolean indicating if NA values should be removed before running functions |
xlevels |
List with named vectors of factor levels |
This is an internal function.
A data.frame with the summary table rows for the variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.