test_that("numeroAmericain renvoit un numero telephonic facon americain",{
x <- "122-334-4556"
y <- "1223344556"
expect_identical(x,numeroAmericain(y))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.