Nothing
test_that("error on empty API key", {
expect_error(set_os_key())
expect_error(set_os_key(''))
expect_error(set_os_key(NULL))
})
test_that("error on invalid API keys", {
expect_error(set_os_key(c('a', 'b')))
})
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.