tests/testthat/test-valueToTibble.R

test_that("The result must be a tibble", {
  expect_true(
    is.data.frame(
      .valueToTibble(
        value = list(x = 1:3, y = 4:6))))
})

Try the eppoFindeR package in your browser

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

eppoFindeR documentation built on April 25, 2026, 1:07 a.m.