nperc_tbl_MATA()
- If the argument plot = TRUE
the function will return a bar plot with counts and percentages instead of a table.y.off()
- Returns a numeric value equal to 1/100th of the max category in the selected variable. The purpose of ‘y.off’ is to ensure the count and percent remains “on screen” regardless of number of rows when using ‘plot_frq’.
find_dupes()
- Helper function when dealing with pre/post data.
count_and_percent()
- Now we can select categories using a character vector (i.e. c(“cat1”, “cat2”,…, “catn”)) instead of comma separated strings.
to_binary()
- Previously yesno_to_binary
. Allows the option to convert “String/NA” to binary as well as “Yes/No” to binary across columns.