Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@rossellhayes rossellhayes released this 18 Dec 21:35
  • Added grep_case() which works similarly to switch_case() but uses pattern matching instead of exact matching.
  • Added fn_case() which applies a function to the input and each formula's left-hand side to create the logical vectors used by in_case().
  • Added fn_switch_case() which applies a function to the left-hand side of each formula to create the vectors used by switch_case().