Nothing
test_that("condition", {
cond <- condition(list("$gte"='[ "$qty", 250 ]'), 30, 20)
expect_equal(as.character(toJSON(cond)),
'{"$cond":{"if":{"$gte":"[ \\\"$qty\\\", 250 ]"},"then":30,"else":20}}')
})
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.