Skip to content

Releases: daranzolin/hacksaw

hacksaw 0.0.2

15 Dec 16:25
Compare
Choose a tag to compare
  • New functions count_split() and group_by_split()
  • keep_na() receives a .logic argument
  • cast_* functions can be empty
  • Fixed a bug

hacksaw 0.0.1

18 Jul 16:48
Compare
Choose a tag to compare

Features

  • Now on CRAN
  • Splitting functions:
    • filter_split()
    • select_split()
    • mutate_split()
    • distinct_split()
    • transmute_split()
    • precision_split()
    • eval_split()
  • Casting functions:
    • cast_character()
    • cast_numeric()
    • cast_logical()
  • Subset patterns functions:
    • filter_pattern()
    • keep_pattern()
    • discard_pattern()
  • Helper functions:
    • keep_na()
    • shift_row_values()
    • pluck_when()