Skip to contents

Insert rows into a table

Usage

sb_insert(table = NULL, data = NULL, schema = get_schema())

Arguments

table

The table name

data

A data frame of rows to insert

schema

The schema name

Value

Number of rows inserted (invisibly)