match_dbcols.Rd
Match column names and classes between local and SQL table
match_dbcols(values, table, con, coerce_col_class = TRUE, drop = TRUE)
`data.frame` of values to write to SQL database
Name of target SQL table, as character
Database connection object
logical, whether or not to coerce local data columns to SQL classes. Default = `TRUE.`
logical. If `TRUE` (default), drop columns not found in SQL table.
`values` `data.frame` with column names and classes matched to SQL