Skip to content

v0.2.3: Merge pull request #26 from lhdjung/devel

Choose a tag to compare

@lhdjung lhdjung released this 12 Dec 13:41
10eb3b6

scrutiny 0.2.3

Some new features and bugfixes:

  • New audit() methods for the output of audit_seq() and audit_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.