library(pacta) test_that("import pipe operator", { add2 <- function(x) {x + 2} expect_equal(2 %>% add2, 4) })
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.