tests/testthat/test-base_icolnames.R

test_that(
  desc = "test icolnames",
  code = {

    data("iris")
    ret <- icolnames(iris)
    expect_equal(dim(ret), c(5, 2))
  }
)

Try the kdry package in your browser

Any scripts or data that you put into this service are public.

kdry documentation built on July 4, 2024, 9:07 a.m.