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 088fc21 commit d7864e7
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 @@ -10,7 +10,7 @@ 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. The below example will upsert data ```df``` to server connection ```con``` to target table ods.events.
There is only one core function in upsertR: ```upsert()```, which lets you upsert a dataframe to a target SQL server. The below example will upsert data ```df``` to SQL server connection ```con``` to target table ods.events.

```R
upsert(connection = con, # SQL server connection string
Expand Down

0 comments on commit d7864e7

Please sign in to comment.