tests/testthat/test-facet_grid_formula.R

testthat::test_that("facet_grid_formula works", {
  testthat::expect_equal(paste0(facet_grid_formula("SEX", NULL)), c("~", ".", "SEX"))
  testthat::expect_equal(paste0(facet_grid_formula("SEX", character(0))), c("~", ".", "SEX"))
  testthat::expect_equal(paste0(facet_grid_formula(NULL, "SEX")), c("~", "SEX", "."))
  testthat::expect_equal(paste0(facet_grid_formula("ACTARM", "SEX")), c("~", "SEX", "ACTARM"))
})

Try the teal.modules.clinical package in your browser

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

teal.modules.clinical documentation built on April 4, 2025, 12:35 a.m.