diff --git a/R/src-vertica.R b/R/src-vertica.R index 07440b1..79979e4 100644 --- a/R/src-vertica.R +++ b/R/src-vertica.R @@ -746,6 +746,9 @@ op_sort.op_system <- function(op) NULL } +# utility function stolen from dplyr. +commas <- function(...) paste0(..., collapse = ", ") + print.tbl_vertica <- function (x, ..., n = NULL, width = NULL) { cat("Source: query ", dim_desc(x), "\n", sep = "")