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 3c03ecc commit 8368989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ There is only one core function in upsertR: ```upsert()```, which lets you upser

```R
upsert(connection = con, # SQL server connection string
dataframe = df, # input dataframe
schema = schema, # Target schema name on SQL server
table = table, # Target table name on SQL server
delete = TRUE) # specifies whether to delete old ID's not present in input DF. TRUE deletes old ID's
dataframe = df, # input dataframe
schema = schema, # Target schema name on SQL server
table = table, # Target table name on SQL server
delete = TRUE) # specifies whether to delete old ID's not present in input DF. TRUE deletes old ID's
```

0 comments on commit 8368989

Please sign in to comment.