Nothing
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"))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.