Version 0.2.0
- Added
grep_case()which works similarly toswitch_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 byin_case(). - Added
fn_switch_case()which applies a function to the left-hand side of each formula to create the vectors used byswitch_case().