context("minimal package functionality")
test_that("we can do something", {
expect_that(top_20(), is_a("data.frame"))
expect_that(top_50(), is_a("data.frame"))
expect_that(hall_of_fame(), is_a("data.frame"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.