test_that("%!in% works", { x <- 8:12 out <- x %!in% 1:10 expect_equal(out, c(FALSE, FALSE, FALSE, TRUE, TRUE)) })
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.