Nothing
# Testing perform_search
test_that("perform_search returns correct search results", {
search_operator <- DefaultOperator("4HHB")
result <- perform_search(search_operator)
expect_type(result, "character")
expect_true(length(result) > 0)
expect_true(any(grepl("4HHB", unlist(result))))
})
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.