Nothing
test_that("output from validate is as expected", {
testthat::skip_on_cran()
expect_true(validate("aapl"))
})
test_that("output from validate is as expected when symbol is wrong", {
testthat::skip_on_cran()
expect_false(validate("aapls"))
})
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.