Nothing
test_that("%<+% reports a helpful error when data is missing", {
p <- structure(list(), class = "ggtree")
expect_error(
`%<+%`(p),
"Cannot use .*%<\\+%.* with a single argument"
)
})
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.