dwww Home | Show directory contents | Find package

test_that("find_response", {
  expect_equal(find_response(y1 + y2 ~ x, combine = FALSE), c("y1", "y2"))
  expect_equal(find_response(y1 + y2 ~ x, combine = TRUE), "y1 + y2")
})

Generated by dwww version 1.15 on Sat Jun 15 21:16:23 CEST 2024.