test_that("use", {
expect_equal(
to_url_friendly_format("Bufo bufo"),
"Bufo+bufo"
)
expect_equal(
to_url_friendly_format("Bufo_bufo"),
"Bufo+bufo"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.