test_that("eldd", {
expect_snapshot(head(eldd))
expect_snapshot(tail(eldd))
expect_snapshot(summary(eldd))
})
test_that("eldr", {
expect_snapshot(head(eldr))
expect_snapshot(tail(eldr))
expect_true(all(eldr$Code %in% names(eldd)))
expect_true(all(names(eldd)[grep("_.$", names(eldd))] %in% eldr$Code))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.