querySQLite | R Documentation |
saveSQLite
.Load data frame by querying an SQLite database.
This function executes a SQL query on an SQLite database file created with saveSQLite
.
querySQLite(query, task, type, subdir = NULL, dirCreate = FALSE, conn = NULL)
query |
SQL query to execute. |
task |
Object of class |
type |
Filename type. If the type is an array, the cocatenation of the elements is used with separator"-". Filenames have the form [task name]_[type].[ext] |
subdir |
(optional) Subdirectory. |
dirCreate |
Logical, if TRUE (by default) the directory is created. |
conn |
SQLite connection object (optional). |
Data frame with query results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.