Nothing
test_that("the `add_cta_button()` function returns the expected output", {
cta <-
add_cta_button(
url = "https://www.example.com",
text = "An example website",
align = "left"
)
expect_snapshot(cta)
})
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.