Nothing
test_that("conversions", {
expect_equal(as.character(iteror(letters)), letters)
expect_equal(as.numeric(icount(10)), seq_len(10))
expect_equal(as.double(icount(10)), seq_len(10))
expect_equal(as.list(icount(10)), as.list(seq_len(10)))
expect_equal(as.logical(iteror(c(TRUE, FALSE))),
c(TRUE, FALSE))
})
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.