library(dplyr, warn.conflicts = FALSE)
test_that("get_ff_ind(5) works", {
expect_equal(get_ff_ind(5) %>%
select("ff_ind") %>%
distinct() %>%
pull() %>%
length(), 4)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.