| report_df_values | R Documentation | 
Turns all df or dt columns into factors and reports the counts for each.
report_df_values(my_df, report_columns = NULL, maxsum = 10)
my_df | 
 data.frame or data.table from which to report values  | 
report_columns | 
 Vector of columns names to check. Will default to the names in my_df.  | 
maxsum | 
 What is the max number of factors to report before goes to summary  | 
No return value. Outputs message reporting the factors and counts of each column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.