Skip to content

Commit

Permalink
doc: fix example in get_connection()
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Munch Grünewald authored and Marcus Munch Grünewald committed Sep 4, 2023
1 parent d1eddee commit 7551a07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/connection.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#' An object that inherits from DBIConnection driver specified in drv
#' @examples
#' \dontrun{
#' conn <- get_connection(drv = RSQLite::SQLite(), dbname = ":memory:")
#'
#' close_connection(conn)
#' }
#'
Expand Down
2 changes: 2 additions & 0 deletions man/get_connection.Rd

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

0 comments on commit 7551a07

Please sign in to comment.