Nothing
data("Adult")
expect_equal(Adult, c(Adult[1:100], Adult[-(1:100)]))
ec <- eclat(Adult,control=list(verb=FALSE))
expect_equal(ec, c(ec[1:100], ec[-(1:100)]))
i <- items(ec)
expect_equal(i, c(i[1:100,], i[-(1:100),]))
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.