Nothing
tar_test("tar_cue() works", {
cue <- tar_cue(mode = "always")
expect_equal(cue$mode, "always")
})
tar_test("tar_cue() takes only allowed modes", {
expect_error(tar_cue(mode = "nope"))
})
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.