View source: R/sqlite_functions.R
submit_sqlite_query | R Documentation |
helper function to establish sqlite connection and submit query
submit_sqlite_query(
str = NULL,
sqlite_db = NULL,
param = NULL,
busy_timeout = 10
)
str |
Character query statement to execute |
sqlite_db |
Character path to SQLite database |
busy_timeout |
Time (in s) after which to retry write operations; default is 10 s |
params |
Optional list of parameters to pass to statement |
description
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.