test_that("Checking anlz_attain", {
result <- anlz_avedat(epcdata) %>%
anlz_attain %>%
pull(chl_la) %>%
.[1:4]
expect_equal(c('3_0', '3_2', '3_2', '3_2'), result)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.