Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikVarmer authored Aug 3, 2020
1 parent 97ae96b commit afd6665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ devtools::install_github('HenrikVarmer/upsertR')
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.

```R
upsert(con, # SQL server connections string
upsert(con, # SQL server connection string
df, # input dataframe
schema, # Target schema name on SQL server
table, # Target table name on SQL server
Expand Down

0 comments on commit afd6665

Please sign in to comment.