incase 0.2.1
- Fixed NOTE by removing unnecessary import of
stats
.
- Uses latest version of plu for more informative error messages.
incase 0.2.0
- 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()
.
incase 0.1.0