v0.2.3: Merge pull request #26 from lhdjung/devel
scrutiny 0.2.3
Some new features and bugfixes:
-
New
audit()methods for the output ofaudit_seq()andaudit_total_n(). -
New
duplicate_count_colpair()function that checks each combination of columns in a data frame for duplicates. -
New
restore_zeros_df()function to easily restore trailing zeros in all numeric-like columns in a data frame. -
New
seq_length()function to extend or shorten linear sequences. -
Bugfixes in the
is_seq_*()functions. -
Some possible corner case issues in
split_by_parens()are now prevented. -
Internal changes for compatibility with purrr 1.0.0 and tidyselect 1.2.0.