Nothing
test_that("as_numeric_without_warnings() works", {
x <- c(1, 2, "1", "03", "a", NA)
y <- c(1, 2, 1, 3, NA, NA)
expect_silent(as_numeric_without_warnings(x))
expect_equal( as_numeric_without_warnings(x), y)
})
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.