tests/testthat/test_1-0-0_drop_colr.R

context("drop_colr")

test_that("Simple error handling", {
  DF <- data.frame(x = 1, y = 2)
  expect_error(drop_colr(DF, "x"))
})
HughParsonage/hutils documentation built on June 9, 2025, 12:44 a.m.