Function for Generating Summaries for Categorical Variables.

reportcat(data, vars)

Arguments

data

the data as a data frame

vars

string naming the variables from data that contains the values used for the report.

Value

A results object containing:

results$todoa html
results$texta preformatted

Examples

if (FALSE) { # example will be added }