Skip to content

Commit

Permalink
dbplyr
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 21, 2023
1 parent 1f97b0f commit bd75264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/rows-dm.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' and `x` is returned, invisibly.
#'
#' @name rows-dm
#' @examplesIf rlang::is_installed("RSQLite") && rlang::is_installed("nycflights13")
#' @examplesIf rlang::is_installed("RSQLite") && rlang::is_installed("nycflights13") && rlang::is_installed("dbplyr")
#' # Establish database connection:
#' sqlite <- DBI::dbConnect(RSQLite::SQLite())
#'
Expand Down
2 changes: 1 addition & 1 deletion man/rows-dm.Rd

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

0 comments on commit bd75264

Please sign in to comment.