Nothing
test_that("rbyte works", {
res <- rbyte(32, type = 'raw')
expect_length(res, 32)
expect_true(is.raw(res))
res <- rbyte(32, type = "chr")
expect_true(is.character(res))
expect_true(nchar(res) == 64)
})
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.