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)
rstats-db/DBI documentation built on May 5, 2024, 6:42 p.m.