get_sql_insert: transforms a data frame content into SQL insert commands

Description Usage Arguments

View source: R/get_sql_insert.R

Description

transforms a data frame content into SQL insert commands

Usage

1
get_sql_insert(df, tablename, add_method = "copy")

Arguments

df

A data.frame or tibble as a source for SQL update commands

tablename

The name of the database table to update from

add_method

Specifies the import method (copy (default) or insert)


awerni/df2sql documentation built on Nov. 24, 2019, 4:29 a.m.