R/show_Id.R

Defines functions show_Id

Documented in show_Id

#' @rdname hidden_aliases
#' @param object Table object to print
#' @usage NULL
show_Id <- function(object) {
  cat(toString(object), "\n", sep = "")
}
#' @rdname hidden_aliases
#' @export
setMethod("show", signature("Id"), show_Id)
r-dbi/DBI documentation built on April 20, 2024, 5:32 p.m.