Skip to content

Commit

Permalink
Fix package cross-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 7, 2024
1 parent 506b4a6 commit 16654f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions R/DBI-wrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#' See [DBI-custom] for DBI methods that do not work with pool objects.
#'
#' @name DBI-wrap
#' @param dbObj A DBI Driver][DBI::DBIDriver-class] or
#' [DBI Connection][DBI::DBIConnection-class].
#' @param conn A [DBI Connection][DBI::DBIConnection-class].
#' @examples
#' mtcars1 <- mtcars[ c(1:16), ] # first half of the mtcars dataset
#' mtcars2 <- mtcars[-c(1:16), ] # second half of the mtcars dataset
Expand Down
7 changes: 3 additions & 4 deletions man/DBI-wrap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16654f2

Please sign in to comment.