test_that("str_limpiar funciona", {
expect_equal(str_limpiar("un\t\tavión"), "UN AVION")
expect_equal(str_limpiar("universidad de huánuco"), "UNIVERSIDAD DE HUANUCO")
expect_true(is.na(str_limpiar(NA)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.