Nothing
# Testing ExactMatchOperator
test_that("ExactMatchOperator returns correct structure", {
attribute <- "rcsb_entry_info.resolution_combined"
value <- "2.0"
result <- ExactMatchOperator(attribute, value)
expect_equal(result$attribute, attribute)
expect_equal(result$value, value)
expect_equal(result$operator, "exact_match")
expect_s3_class(result, "ExactMatchOperator")
})
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.