Nothing
library(testit)
record2 = function(...) unlist(record(...))
assert('record() works', {
(record2('quote(x)') %==% c('quote(x)', 'x'))
(record2('quote(x+y)') %==% c('quote(x+y)', 'x + y'))
})
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.