context("ResMetBE17")
testthat::test_that("Il y bien 199 metiers différents",{
noms=unique(ResMetBE17$nom_metier)
testthat::expect_equal(length(noms),199) }
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.