Build query to insert R data frame into SQL table

build_insert_query(values, table, .con)

Arguments

values

`data.frame` of values to write to SQL database

table

Name of target SQL table, as character

.con

[DBIConnection]:A DBI connection object obtained from DBI::dbConnect().