Nothing
test_that("strToNumber converts apporpiately", {
expect_true(is.integer(strToNumber("123L")))
expect_identical(strToNumber("65L"), 65L)
expect_true(is.numeric(strToNumber("412")))
expect_identical(strToNumber("734534"), 734534)
})
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.