Nothing
library(hash)
library( testthat )
h <- hash( letters, 1 )
expect_is( h, "hash" )
expect_that( length(h), equals(26) )
clear(h)
expect_that( length(h), equals(0) )
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.