R/sb_wrappers.R
sb_insert.Rd
Insert rows into a table
sb_insert(table = NULL, data = NULL, schema = get_schema())
The table name
A data frame of rows to insert
The schema name
Number of rows inserted (invisibly)