R/test_pgtable.R

Defines functions test_pgtable

Documented in test_pgtable

#' Test Recent Table Write to Postgres
#'
#' @param x the original table
#' @param y the imported table residing in Postgres
#' @param order_var a \code{character} string specifying variable to order both tables
#'
#' @return console output of tests, see \code{Description}
#' @export
#'
#' @examples
#'\dontrun{
#' 1 + 1
#'}
test_pgtable <- function(
  x, #original table
  y, #imported table (this will be done automatically, if not specified)
  order_var = NULL #ordering column in both x and y
  ) {

}
eugejoh/pgtools documentation built on Dec. 11, 2022, 4:29 p.m.