Nothing
test_that("linear interpolation works", {
expect_equal(2, lerp(a = 2, b = 1, ratio = 0))
expect_equal(1, lerp(a = 2, b = 1, ratio = 1))
expect_equal(1.75, lerp(a = 2, b = 1, ratio = 0.25))
})
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.