Nothing
draw_raster <- function(grob, i, j) {
grid::pushViewport(grid::viewport(layout.pos.col = j, layout.pos.row = i))
grid::grid.draw(grob)
grid::popViewport()
}
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.