Nothing
#' quiet_gtsumm
#'
#' Ensuring a quiet list of the grobs data are supplied to cfmDataVis
#'
#' @param x an object of class 'psc'
#' @param ... not used
#' @return A quiet list
#' @export
print.quiet_gtsumm <- function(x, ...) {
cat("A Summary Table")
print(names(x))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.