Nothing
test_that("util_plot_figure_no_plotly works", {
skip_on_cran()
# Create a test plot
test_plot <- plot(cars)
result <- util_plot_figure_no_plotly(test_plot)
# Check that the result is an HTML plot tag
expect_is(result, "shiny.tag")
})
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.