Closed markfairbanks closed 1 year ago
Closes #430
Overview: Translates case_match() to case_when(). Then uses dt_squash_call() to translate case_when() to fcase().
case_match()
case_when()
dt_squash_call()
fcase()
Closes #430
Overview: Translates
case_match()
tocase_when()
. Then usesdt_squash_call()
to translatecase_when()
tofcase()
.