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 13d7d3e commit 088fc21
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. See below for an example.
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.

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

0 comments on commit 088fc21

Please sign in to comment.