View source: R/sqlite_interface.R
execute_sqlite | R Documentation |
Executes a statement and returns the number of rows affected.
execute_sqlite(sqlite_name, sql_query, ...)
sqlite_name |
A character string specifying the unquoted SQLite database name |
sql_query |
A character string containing SQL |
... |
Other parameters passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.