Nothing
set.seed(1234)
test_that("dags cannonicalize correctly", {
test_dag <- dagify(y ~ x + z, x ~ ~z)
p <- ggdag_canonical(test_dag)
expect_doppelganger("ggdag_canonical() expands ~~", 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.