Nothing
test_that("`pseq()`: scalar inputs", {
expect_identical(pseq(from = 0L, to = 5L), 0L:5L)
})
test_that("`pseq()`: vector inputs", {
expect_identical(pseq(from = c(0L, 10L), to = c(5L, 15L)), c(0L:5L, 10L:15L))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.