Package: unnestIfElse Type: Package Title: Tidy up nested ifelse statements Version: 0.1.0 Authors@R: person("Eric", "Leung", email = "eric@erictleung.com", role = c("aut", "cre")) Description: Convert nested `ifelse()` statements to `case_when()` Imports: rstudioapi (>= 0.4), dplyr, stringr, magrittr License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 6.1.1 Config/pak/sysreqs: libicu-dev Repository: https://erictleung.r-universe.dev Date/Publication: 2019-11-06 20:43:42 UTC RemoteUrl: https://github.com/erictleung/unnestIfElse RemoteRef: HEAD RemoteSha: 56161cd699c55fb5b557d9c3a1adce4db302588e NeedsCompilation: no Packaged: 2026-07-04 18:35:26 UTC; root Author: Eric Leung [aut, cre] Maintainer: Eric Leung