Nothing
test_that("search_web - invalid args", {
expect_error(search_web(list()), "Invalid arguments for SearchWeb")
})
test_that("search_web - regular search", {
skip_if_offline("duckduckgo.com")
expect_true(nchar(search_web(list(query = "MyOwnRobs"))$output) > 0)
})
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.