Nothing
# Testing ContainsPhraseOperator
test_that("ContainsPhraseOperator returns correct structure", {
attribute <- "rcsb_primary_citation.title"
value <- "molecular dynamics"
result <- ContainsPhraseOperator(attribute, value)
expect_equal(result$attribute, attribute)
expect_equal(result$value, value)
expect_equal(result$operator, "contains_phrase")
expect_s3_class(result, "ContainsPhraseOperator")
})
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.