Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 496 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 496 Bytes

upsertR

upsertR is a simple R package that supports upserting an R dataframe to a target SQL server

Installing upsertR

Install the package directly from github with devtools. Run the first line if you do not currently have devtools installed.

# install.packages('devtools') 
devtools::install_github('HenrikVarmer/upsertR')

Functions

There is only one core function in upsertR: upsert(), which lets you upsert a dataframe to a target SQL server. See below for an example.