From 21b56f06fe45ac71ace50cc88f8bcd428c3adb44 Mon Sep 17 00:00:00 2001 From: Henrik Varmer <40164071+HenrikVarmer@users.noreply.github.com> Date: Mon, 3 Aug 2020 12:44:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ade73b8..c269e39 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ upsertR is a simple R package that supports *upserting* an R dataframe to a targ # Installing upsertR Install the package directly from github with devtools. Run the first line if you do not currently have devtools installed. -# install.packages('devtools') +install.packages('devtools') devtools::install_github('HenrikVarmer/upsertR') # Functions