sqlInsert: Insert Values into an SQL Table

Description Usage Arguments Examples

View source: R/sqlInsert.R

Description

This function converts a Data Frame or Matrix into a character string containing an SQL statement to insert the values into a table.

Usage

1
sqlInsert(sourceframe, table)

Arguments

sourceframe

A data frame you want to insert into a table table The name of the table you want to insert values into.

Examples

1
sqlInsert(mtcars, table = "car_data")

spenceredwin/sqlWriteR documentation built on Sept. 13, 2019, 1:36 p.m.