Nothing
test_that("diagram gets generated", {
expect_no_error(
diagram_lineage(pheno_set)
)
expect_true(
DiagrammeR::is_graph_simple(diagram_lineage(pheno_set))
)
})
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.