Package: | TSdbi |
Depends: | R (>= 2.5.0), methods, tframe (>= 2008.5-1) |
Imports: | methods, DBI |
Suggests: | zoo, tseries |
License: | GPL Version 2. |
URL: | http://tsdbi.r-forge.r-project.org |
The main functions are:
TSconnect Connect to a database. TSget Extract a series from a database. TSput Write a series to the database. TSdates Check the availability of a series. TSdescription Extract the long description of a series. TSdoc Extract the documentation for a series.
Use of this package requires one of the interface packages (e. g. TSSQLite, TSMySQL, TSPostgreSQL) An overview of how to use the package is available in the vignettes of the package TSdata. Using TSdbi is very similar for the different database interfaces, but building vignettes requires working code so the vignettes are included in the various interface packages. For the same reason, most examples and demos must be included in the interface packages. Consult the documentation for the methods in a particular interface package for most examples.
Options can be set to simplify access to a commonly used database
(see TSput
).
TSconnect
,
TSget
,
TSput
,
TSdates
,
dbConnect
,
TSdbiMethods
,
TSdbiMethods
,
TSdbiMethods
,