Nothing
# Testing get_info
test_that("get_info retrieves correct PDB information", {
result <- get_info("4HHB")
expect_type(result, "list")
expect_true("rcsb_id" %in% names(result))
expect_equal(result$rcsb_id, "4HHB")
})
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.