tests/testthat/test-utils_extra.R

test_that("multiplication works", {
  df <- data.frame(a = c("a", "b"), b = c(1,2))
  expect_s3_class(factor_all(df)$a, "factor")
})
pttry/pttdatahaku documentation built on June 1, 2025, 1:08 p.m.