Nothing
test_that("multiplication works", {
im <- magick::image_read("torch.png")
transform_crop(im, 1, 1, 500, 500)
im <- transform_random_resized_crop(im, size = c(224, 224))
})
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.