test_that("multiplication works", {
some_regions <- c("Aisen", "biobio", "R.M.")
some_other_regions <- c("Aysén", "Bío-Bío", "Metropolitana")
standard_names <- c("Aysén del General Carlos Ibáñez del Campo", "Biobío", "Metropolitana de Santiago")
expect_equal(estandariza_regiones(some_regions), standard_names)
expect_equal(estandariza_regiones(some_other_regions), standard_names)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.