execute_sqlite: Execute an update statement, query number of rows affected,...

View source: R/sqlite_interface.R

execute_sqliteR Documentation

Execute an update statement, query number of rows affected, and then close result set

Description

Executes a statement and returns the number of rows affected.

Usage

execute_sqlite(sqlite_name, sql_query, ...)

Arguments

sqlite_name

A character string specifying the unquoted SQLite database name

sql_query

A character string containing SQL

...

Other parameters passed on to dbGetQuery.


fscorrales/invicodatr documentation built on Nov. 22, 2022, 2:39 a.m.