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 6cc6d28 commit 4b7576e
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
@@ -1,8 +1,8 @@
# upsertR
upsertR is a simple R package that supports *upserting* an R dataframe to a target SQL server
upsertR is a simple R package that supports *upserting* an R dataframe to a target SQL server. The package relies on the DBI package for handling connections and tables.

# Installing upsertR
Install the package directly from github with devtools. Run the first line if you do not currently have devtools installed.
Install the package directly from github with devtools. Run the first line if you do not currently have devtools installed.

```R
# install.packages('devtools')
Expand Down

0 comments on commit 4b7576e

Please sign in to comment.