test_that("pipe works", { multiply <- function(x, y) { x * y } expect_equal(2 %>% multiply(2), 4) })
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.