Nothing
test_that("dynamization_fun works", {
expect_equal(
dynamization_fun(c(1, 100, 200, 300, 366)),
c(1.24203012, 1.0288, 0.7848, 1.0168, 1.25968523)
)
})
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.