From cdfd2038393cf5c9aaaf4b410835776d9dbe20c3 Mon Sep 17 00:00:00 2001 From: RasmusSkytte Date: Fri, 27 Sep 2024 21:00:17 +0000 Subject: [PATCH] docs: update documentation --- man/joins.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/joins.Rd b/man/joins.Rd index 700ce05f..dd54252b 100644 --- a/man/joins.Rd +++ b/man/joins.Rd @@ -57,7 +57,7 @@ To perform a cross-join, generating all combinations of \code{x} and \code{y}, s \item{...}{Other parameters passed onto methods.} } \value{ -Another \code{tbl_lazy}. Use \code{\link[=show_query]{show_query()}} to see the generated +Another \code{tbl_lazy}. Use \code{\link[dplyr:show_query]{show_query()}} to see the generated query, and use \code{\link[dbplyr:collect.tbl_sql]{collect()}} to execute the query and return data to R. }