Description Usage Arguments See Also Examples
Provides a snapshot of the data stored in an existing storethat SQLite database.
| 1 | db_snapshot(file = NULL, instrument, book = "all", name = "all")
 | 
| file | a scalar character vector. Specifies the path to the appropriate 'storethat.sqlite' file. | 
| instrument | a scalar character vector. Specifies the financial instruments to get a snapshot for. Must be one of 'all', equity', 'index', 'fund' or 'futures'. | 
| book | a scalar character vector. Instrument dependent; for a given instrument, specifies the book for the snapshot; 'all' snapshots all the books available for the given instrument. | 
| name | a scalar character vector. Instrument dependent; for a given instrument, specifies the name for the snapshot; 'all' snapshots all the names available for the given instrument. | 
The finRes suite, in particular the pullit & BBGsymbols packages.
| 1 | ## Not run: db_snapshot()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.