tests/testthat/helper-reverse.R

reverse <- function(df) {
  df <- df[seq(dim(df)[1], 1), ]
  rownames(df) <- NULL
  df
}

Try the dbx package in your browser

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

dbx documentation built on Jan. 17, 2021, 9:06 a.m.