Skip to content

Commit ea3ae7f

Browse files
committed
Fixed finding from review regarding comment in exa.readData.R
1 parent dbebe79 commit ea3ae7f

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

R/exa.readData.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#'
66
#' The results are transfered via a proprietary high speed channel from the
77
#' database optimized for bulk transfer. The \code{EXPORT ... INTO CSV AT ...}
8-
#' statement is used internally to transfer the results as a csv.
8+
#' statement is used internally to transfer the results as a csv, which
9+
#' is usually faster than websocket, especially for large data.
910
#'
1011
#' On the R-side, the results are parsed per default via read.csv. You can also
1112
#' use arbitrary readers, processing the incoming csv records according to your

R/exa.writeData.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @description This function writes the given data frame to a database table.
44
#'
5-
#' The data are transfered to the database via a proprietary transfer channel
5+
#' The data are transferred to the database via a proprietary transfer channel
66
#' which is optimized for high speed bulk transfer. To be more detailed, the
77
#' \code{IMPORT INTO ... FROM CSV AT ...} statement is used internally. On the
88
#' R-side, the data.frame is converted to csv format and written to a file

man/dbListTables.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/exa.readData.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/exa.writeData.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)