Nothing
context("check.integer")
test_that("check.integer return", {
expect_equal(check.integer(5), TRUE)
expect_equal(check.integer(5.5), FALSE)
expect_equal(check.integer("abc"), 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.