Skip to content

Commit

Permalink
fix print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vikram-rawat committed Nov 23, 2024
1 parent 1bcee7d commit 368daf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/read_sql.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ rs_read_query <- function(
#' @description This method just prints a sql_query class nicely
#'
#' @param x an Object of type sql_query
#' @param ... Additional arguments (not used -- just to match the print method)
#'
#' @method print sql_query
#'
Expand Down
2 changes: 2 additions & 0 deletions man/print.sql_query.Rd

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

0 comments on commit 368daf6

Please sign in to comment.