TScheckdbi {TSdbi} | R Documentation |
Check if time series database connection is ok.
TScheckdbi(con) ## S4 method for signature 'missing': TScheckdbi(con=getOption("TSconnection")) ## S4 method for signature 'ANY': TScheckdbi(con=getOption("TSconnection"))
con |
A database connection. |
The function TScheckdbi
checks if a connection to a server is a
connection to a valid time series database.
TRUE or FALSE.
dbConnect
,
TSdates
,
TSget
,
TSput