Nothing
test_that('Exporting empty detections object.', {
path_out = paste(tempdir(), 'detections.txt', sep = '/')
export.detections(detections = data.frame(), path_out = path_out)
expect_true(file.exists(path_out))
})
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.