data(iupac)
test_that("popinteger() outputs list", {
poplist <- list(FRA = grep("Mmd.FRA", names(iupac)))
iupac <- iupac |> addpop2string(poplist)
expect_true(popinteger(iupac)$FRA[1] == 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.