Skip to content

Commit

Permalink
docs: Fix create_logs_if_missing example failing check
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 Nov 23, 2023
1 parent 93c9655 commit 071a224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/create_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ methods::setMethod("getTableSignature", "NULL", function(.data, conn) {
#' @return A tbl_dbi with the generated (or existing) log table
#' @examples
#' conn <- get_connection(drv = RSQLite::SQLite())
#' log_table_id <- id("test.logs", allow_table_only = TRUE)
#' log_table_id <- id("test.logs", conn = conn, allow_table_only = TRUE)
#'
#' create_logs_if_missing(log_table_id, conn)
#'
Expand Down
2 changes: 1 addition & 1 deletion man/create_logs_if_missing.Rd

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

0 comments on commit 071a224

Please sign in to comment.