Nothing
context("head")
source("util.R")
test_that("head works", {
tbl_women <- get_tbl_women()
expect_equal(head(tbl_women), head(women))
})
test_that("head 10 works", {
tbl_women <- get_tbl_women()
expect_equal(head(tbl_women, 10), head(women, 10))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.