test_that("extent works", {
expect_identical(
extent(55, increment = 20),
60
)
expect_identical(
extent(seq(1, 55), increment = 20),
60
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.