diff --git a/README.md b/README.md index 66659a7..89141e3 100644 --- a/README.md +++ b/README.md @@ -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')