Nothing
test_that("hyperlinks", {
withr::local_options(crayon.hyperlink = TRUE)
expect_equal(
hyperlink("foo", "https://bar"),
"\033]8;;https://bar\afoo\033]8;;\a"
)
})
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.