Nothing
library(testthat)
test_that("emoji_glue works", {
expect_equal(
emoji_glue("I love :taco:s"),
glue::glue("I love {emoji('taco')}s")
)
expect_error(emoji_glue(":wrong:"))
})
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.