Nothing
test_that("raster exists", {
x <- xmlSVG({
image(matrix(runif(64), nrow = 8), useRaster = TRUE)
})
ns <- xml2::xml_ns(x)
img <- xml2::xml_attr(xml2::xml_find_all(x, ".//d1:image", ns = ns), "xlink:href", ns = ns)
expect_gt(nchar(img), 1000)
})
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.