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)

Try the DBI package in your browser

Any scripts or data that you put into this service are public.

DBI documentation built on June 18, 2022, 9:06 a.m.