tests/testthat/test-with-interactive.R

test_that("interactive session can be forced ON, but only within temp scope", {
  with_interactive(TRUE, {
    expect_true(interactive())
  })
  with_interactive(FALSE, {
    expect_false(interactive())
  })
  expect_false(interactive())   # FALSE during testthat
})

Try the SomaDataIO package in your browser

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

SomaDataIO documentation built on April 4, 2025, 2:14 a.m.