Nothing
test_that("is_integer works", {
expect_equal(is_integer(3), TRUE)
expect_equal(is_integer(-3), TRUE)
expect_equal(is_integer(3L), TRUE)
expect_equal(is_integer(3.1), FALSE)
expect_equal(is_integer("3"), 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.