getDataSQLite | R Documentation |
从 SQLite 数据库中获取数据表
getDataSQLite(
database,
table,
var = NULL,
condition = NULL,
path = NULL,
and = TRUE,
limit = NULL,
noinfo = TRUE
)
database |
SQLite database path |
table |
Table name |
var |
A character vector consist of column names. |
condition |
A character vector consist of SQL conditions |
and |
Logical value. Way of combine conditions |
limit |
A interger. SQL Limit. |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.