Nothing
test_that("pow gives expected values", {
expect_identical(pow(5, 2), 25)
x <- seq(0, 1, by = 0.25)
expect_identical(pow(3, 4), 3^4)
})
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.