sqlInsert: saves dataframe on SQL row by row

Description Usage Arguments Details Value See Also Examples

View source: R/sqlInsert.R

Description

saves dataframe on SQL row by row It calls dbWriteTable().

Usage

1
sqlWriteTable(server_name, data, table, ...)

Arguments

server_name

character, name of the DB server from sqlServers list.

data

a data frame or coercible to data frame

table

character, name of the table to write in DB.

Details

It ends the connection inmediately after getting the results. sqlServers is a list built-in sqlGetConn().

Value

returns booleans as it is specificated for dbWriteTable().

See Also

"sqlServerConn" ocumentation in dftools and "dbWriteTable()" from DBI for more details.

Examples

1
2

danielfm123/dftools documentation built on July 17, 2021, 1 p.m.