Nothing
library("aroma.light")
pairs <- sampleTuples(1:10, size=5, length=2)
print(pairs)
triples <- sampleTuples(1:10, size=5, length=3)
print(triples)
# Allow tuples with repeated elements
quadruples <- sampleTuples(1:3, size=5, length=4, replace=TRUE)
print(quadruples)
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.