tests/testthat/test_check_recode.R

context("check_recode")
library(finalfit)
test_that("check_recode gives list", {
	expect_is(check_recode(colon_s[,1:2]), "list")
})

test_that("check_recode gives list", {
	expect_is(check_recode(colon_s[,1:2], include_numerics = TRUE), "list")
})
ewenharrison/finalfit documentation built on March 29, 2025, 10:34 a.m.