Fix bug where percent column doesn’t correctly round when column type is categorical few cats (#29).
Make the column number column wider #10. So that the column number won’t wrap to a new line when there are more than 1,000 columns in the data frame.
Fix (!mode_char) error #15
Add option to prevent summary stats table for selected columns.
The no_summary_stats
argument of the
codebook()
function will prevent the summary statistics
from being added to column attributes table for any column passed to
this argument.
Update cb_summary_stats_time()
. Previously, if the
mode value for a date/time column was NA, then the Value in the summary
stats table looked blank. Now, the mode of non-missing values is
returned instead. Additionally, if all values are NA
, then
the summary stats table says that explicitly.
Add column numbers to the column attributes tables. See: https://github.com/brad-cannell/codebookr/issues/10
Make time (i.e., class = hms) columns display in a human readable format as opposed to the underlying numeric value.
Add support for a ‘pkgdown’ site.
codebook()
function when there are many
columns. See: https://github.com/brad-cannell/codebookr/issues/17