tests/testthat/helper-reverse.R

reverse <- function(df) {
  df <- df[seq(dim(df)[1], 1), ]
  rownames(df) <- NULL
  df
}
ankane/dbx documentation built on May 18, 2024, 8:31 a.m.