Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/SQLiteDataset.R
Create an SQLiteDataset pseudo-data-frame object.
1 2 3 4 5 6 7 8 |
table |
the quoted name of a data table in the database. |
database |
quoted name of the database file in which the data table is located; if missing, a file named |
stringsAsFactors |
if |
x, object, con |
an object of class |
verbose |
if |
rows |
a quoted SQL query to select rows from the data set; if missing, then all rows are retrieved. |
... |
arguments to be passed down. |
The function SQLiteDataset creates a pseudo-data-frame, which then can be used more or less like a data frame. Use close to close the connection to the database containing the data table referenced by the object.
an object of class SQLiteDataset.
John Fox, jfor@mcmaster.ca.
read.db, dbDriver, dbConnect,
dbDisconnect, $.SQLiteDataset,
as.data.frame.SQLiteDataset
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.