rws_read {readwritesqlite} | R Documentation |
Read from a SQLite Database
Description
Read from a SQLite Database
Usage
rws_read(x, ...)
Arguments
x |
An object specifying the table(s) to read. |
... |
Not used. |
Value
A named list of data frames.
See Also
Other rws_read:
rws_describe_meta.data.frame()
,
rws_read.SQLiteConnection()
,
rws_read.character()
[Package readwritesqlite version 0.2.0 Index]