tests/testthat/test-engine-bapply.R

test_that("bapply", {
    expect_identical(
        object = bapply(
            X = list(a = "a", b = 1L),
            FUN = is.character
        ),
        expected = c("a" = TRUE, "b" = FALSE)
    )
})
steinbaugh/goalie documentation built on Jan. 17, 2024, 5:16 p.m.