Nothing
# Testing query_search
test_that("query_search returns correct PDB IDs for search term", {
result <- query_search("ribosome")
expect_type(result, "character")
expect_true(length(result) > 0)
})
test_that("query_search handles invalid search type gracefully", {
expect_error(query_search("ribosome", query_type = "invalid_type"), "Unsupported Query Type")
})
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.