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 5, 2020
1 parent 55f822e commit 13d7d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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
schema = ods, # Target schema name on SQL server
table = events, # Target table name on SQL server
delete = TRUE) # specifies whether to delete old ID's not present in input DF. TRUE deletes
```

0 comments on commit 13d7d3e

Please sign in to comment.