Nothing
# Unit test for seq translation
test_that("seq", {
fn <- function(a, b) {
declare(
type(a = integer(1)),
type(b = integer(1))
)
out <- sum(seq(a, b))
out
}
expect_quick_identical(fn, list(-1L, 10L), list(10L, -5L))
})
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.