tests/testthat/helper-without_rownames.R

without_rownames <- function(df) {
  row.names(df) <- NULL
  df
}

Try the RPostgres package in your browser

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

RPostgres documentation built on May 29, 2024, 3:12 a.m.