We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860bd6a commit 2f431c0Copy full SHA for 2f431c0
R/src_dbi.R
@@ -3,7 +3,7 @@
3
#' All data manipulation on SQL tbls are lazy: they will not actually
4
#' run the query or retrieve the data unless you ask for it: they all return
5
#' a new `tbl_dbi` object. Use [compute()] to run the query and save the
6
-#' results in a temporary in the database, or use [collect()] to retrieve the
+#' results in a temporary table in the database, or use [collect()] to retrieve the
7
#' results to R. You can see the query with [show_query()].
8
#'
9
#' @details
0 commit comments