context("bin") test_that("bin (numeric)", { expect_equal( bin(0:8, by = 3), c(0, 0, 0, 3, 3, 3, 6, 6, 6)) })
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.