TSquery(select, dateField, table, where=NULL, frequency="monthly",
na.as=0, names=NULL, con=options()$connection)
NA
s in the returned series.NULL
it must have length equal to
the number of series returned.
z<- TSquery(select="SUM(amount )", dateField="issue_date", table="term",
where="term > 10", frequency="annual", con=con)
TSget
,