Nothing
context("nin")
test_that("nin", {
expect_true(1 %nin% 2:3)
expect_false(1 %nin% 1)
expect_false(1 %nin% c(NA, 1))
expect_true(1 %nin% c(NA, 2))
expect_false(NA %nin% c(NA, 1))
expect_true(NA %nin% 1:2)
})
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.