post_data: Post Data to a Connection

View source: R/post_data.R

post_dataR Documentation

Post Data to a Connection

Description

Posts data to your connection. NOTE For RODBC data connections don't use the fully qualified name when posting data. You can only have tables to the database you have specified in the connection string.

Usage

post_data(df, table_name, conn, append = FALSE)

Arguments

df

The dataframe to post to the database

table_name

the name of the database table that you would like to create

conn

RODBC or SQLiteConnection data connection

append

Do you want to post data to an existing data table?

Details

Creates a database table from a dataframe


mattjcamp/dbr documentation built on May 11, 2023, 2:19 a.m.