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 4b7576e commit 97ae96b
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: ```Rupsert()```, 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. See below for an example.

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

0 comments on commit 97ae96b

Please sign in to comment.