Nothing
test_that("adjustment sets drawn correctly", {
p <- ggdag_adjustment_set(test_dag)
expect_doppelganger("ggdag_adjustment_set() renders", p)
})
test_that("adjustment sets drawn correctly with width set low", {
withr::with_options(
list(width = 20),
{
p <- ggdag_adjustment_set(test_dag)
expect_doppelganger("ggdag_adjustment_set() renders with low width", p)
}
)
})
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.