From b7399be6246e19835d161a5e5fa7fcf8c8829263 Mon Sep 17 00:00:00 2001 From: tomwilsonsco Date: Tue, 24 Sep 2024 09:12:20 +0100 Subject: [PATCH] intro edit --- vignettes/why_use.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/why_use.Rmd b/vignettes/why_use.Rmd index 342a15d..1b686cd 100644 --- a/vignettes/why_use.Rmd +++ b/vignettes/why_use.Rmd @@ -16,7 +16,7 @@ knitr::opts_chunk$set( The `RtoSQLServer` package relies on [`DBI`](https://dbi.r-dbi.org/) and [`odbc`](https://github.com/r-dbi/odbc) packages for its database functionality, however you should consider using it instead of `DBI` or `odbc` for the following reasons: ## Importing large dataframes -A key benefit of the package is to ensure the data loading process is more robust than using `DBI` / `odbc` packages alone. +A key benefit of the package is to ensure the data loading process is more robust than using `DBI` and `odbc` packages alone. When loading large dataframes from R into MS SQL Server using `DBI` it was found that the loading process can hang and never complete.