sqlite_insert_empty_row: Insert an empty row and returned desired columns.

View source: R/insert_into_returning.R

sqlite_insert_empty_rowR Documentation

Insert an empty row and returned desired columns.

Description

Insert an empty row and returned desired columns.

Usage

sqlite_insert_empty_row(con, table, ret)

Arguments

con

Connection to the DB.

table

The table to add row to.

ret

Vector of column names to be returned.

Value

Data frame with the newly inserted values for the specified column.


vimc/dettl documentation built on Oct. 6, 2022, 2:13 p.m.