From 368daf6156a13d1db5f89bf3290ebbec9597d781 Mon Sep 17 00:00:00 2001 From: Vikram Rawat Date: Sat, 23 Nov 2024 18:27:39 +0530 Subject: [PATCH] fix print statement --- R/read_sql.R | 1 + man/print.sql_query.Rd | 2 ++ 2 files changed, 3 insertions(+) diff --git a/R/read_sql.R b/R/read_sql.R index 90ab2e8..baa39eb 100644 --- a/R/read_sql.R +++ b/R/read_sql.R @@ -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 #' diff --git a/man/print.sql_query.Rd b/man/print.sql_query.Rd index 7da9038..8741e53 100644 --- a/man/print.sql_query.Rd +++ b/man/print.sql_query.Rd @@ -8,6 +8,8 @@ } \arguments{ \item{x}{an Object of type sql_query} + +\item{...}{Additional arguments (not used -- just to match the print method)} } \value{ character string