a character vector specifying the names of each
symbol to be loaded
env
where to create the objects
return.class
desired class of returned object
db.fields
character vector naming fields to retrieve
field.names
names to assign to returned columns
dbname
database name
POSIX
are rownames numeric
...
additional arguments
Value
A call to getSymbols.SQLite will load into the specified
environment one object for each 'Symbol' specified, with class
defined by 'return.class'.
Details
Meant to be called internally by getSymbols (see also)
One of a few currently defined methods for loading data for use
with 'quantmod'. Its use requires the packages 'DBI' and 'RSQLite',
along with a SQLite database.
The purpose of this abstraction is to make transparent the
'source' of the data, allowing instead the user to concentrate on
the data itself.