Nothing
test_that("test mineral search functions work", {
expect_equal(minSearch("Prp")$Name, "Pyrope")
expect_equal(minSearch("Pyrope")$Symbol, "Prp")
expect_equal(minSearch("Pyrope")$Chemistry, minSearch("Prp")$Chemistry)
expect_equal(minsForChemistry("^Ce\\(PO4\\)$")$Symbol, "Mnz-Ce")
expect_equal(minsForChemistry("^Ce\\(PO4\\)$")$Name, "Monazite-(Ce)")
})
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.