Nothing
context("Checking is.regex")
test_that("is.regex correctly tests regular expression strings.",{
expect_false(is.regex("I|***"))
expect_true(is.regex("I|i"))
})
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.