insert_and_ignore: Writes a dataframe to the database

View source: R/insert_and_ignore.R

insert_and_ignoreR Documentation

Writes a dataframe to the database

Description

This function allows you to write the data of dataframe to the database.

Usage

insert_and_ignore(con, tablename, primarykeycols, df)

Arguments

con

a connection to the postgres database

tablename

A string which contains the name of table in the database

primarykeycols

A vector which contains the names of the Primarykeys

df

A dataframe


Ricardo281/carconfig documentation built on March 18, 2022, 1:09 p.m.