get_sql_update: transforms the difference of two data frame's content into...

Description Usage Arguments

View source: R/get_sql_update.R

Description

transforms the difference of two data frame's content into SQL update commands

Usage

1
get_sql_update(new_overlap_df, old_overlap_df, key_col, tablename)

Arguments

new_overlap_df

A data.frame or tibble specifiying new vs. old overlap of the database table after the changes

old_overlap_df

A data.frame or tibble with new vs. old overlap of the current database table content

key_col

The primary key for replacements

tablename

The name of the database table to update from


awerni/df2sql documentation built on Nov. 24, 2019, 4:29 a.m.