tests/test_list2DF.R

source("helper/helper.R")

if (exists("list2DF", envir = baseenv())) {
  f = get("list2DF", envir = baseenv())
  expect_same = makeCompareFun(f, backports:::list2DF)

  x <- list(c("A", "B"), c("B", "C"))
  n <- lengths(x)
  expect_same(list(x = x, n = n))

  ## Create data frames with no variables and the desired number of rows:
  expect_same()
  expect_same(nrow = 3L)
}
mllg/backports documentation built on March 15, 2023, 8:07 p.m.