View source: R/insert_and_ignore.R
insert_and_ignore | R Documentation |
This function allows you to write the data of dataframe to the database.
insert_and_ignore(con, tablename, primarykeycols, df)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.