Package: sqlcaser
Title: 'SQL' Case Statement Generator
Version: 0.2.1
Date: 2025-9-8
Authors@R: 
    person("Leoson", "Hoay", , "leoson.public@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "https://orcid.org/0000-0003-2079-5579"))
Author: Leoson Hoay [aut, cre] (ORCID: <https://orcid.org/0000-0003-2079-5579>)
Maintainer: Leoson Hoay <leoson.public@gmail.com>
Description: Includes built-in methods for generating long 'SQL' CASE statements,
             and other 'SQL' statements that may otherwise be arduous to construct
             by hand.The generated statement can easily be concatenated to string
             literals to form queries to 'SQL'-like databases, such as when using 
             the 'RODBC' package. The current methods include casewhen() for 
             building CASE statements, inlist() for building IN statements, and
             updatetable() for building UPDATE statements.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-09-09 05:41:52 UTC; leoso
Repository: CRAN
Date/Publication: 2025-09-09 07:20:02 UTC
Built: R 4.6.0; ; 2025-09-09 09:07:51 UTC; unix
