tidyaudit 0.2.1
Bug fixes
audit_transform()for factor inputs no longer errors under R-devel
(r89994+). The internal frequency-table builder previously routed counts
throughas.data.frame.table(), which now rejectsNAin row names and
failed for any factor (since theuseNA = "always"bucket carries an
NAname). The table is now constructed directly. No user-visible
output change.