forked from LeosonH/sqlcaseR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 955 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: sqlcaser
Title: 'SQL' Case Statement Generator
Version: 0.2.0
Date: 2023-11-21
Authors@R:
person("Leoson", "Hoay", , "leoson.public@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0003-2079-5579"))
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr