Nothing
expect_error(search_icon(c("tralilala", "youpilou")))
expect_warning(no_results <- search_icon("tralilala"))
expect_identical(no_results, character(0))
numbers <- search_icon("number", output = "console")
expect_true(length(numbers) > 0)
expect_inherits(numbers, "character")
numbers <- search_icon("number", output = "viewer")
expect_inherits(numbers, "shiny.tag")
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.