setWhere {TSdbi} | R Documentation |
set Where for database queries
setWhere(con, x, realVintage, realPanel) realVintage(con, vintage) realPanel(con, panel)
con |
A database connection. |
x |
identifier for series to extract. |
vintage |
Vintage to be specified (possibly alias). |
panel |
Panel to be specified (possibly alias). |
realVintage |
Vintage to be specified (not alias). |
realPanel |
Panel to be specified (not alias). |
A character string to use as where in db query.