test_that("limpiar texto", {
expect_equal(limpiar_texto("TéxTÔ con una Ñ?!"), "texto con una n")
expect_equal(limpiar_texto("TéxTÔ con una Ñ?!", enie = F), "texto con una ñ")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.