Nothing
data(transactions)
a <- split(transactions, transactions$ID)
a <- Filter(function(x) nrow(x) > 1, a) #repeat-purchaser
cadf.data <- lapply(a, function(x) CADF::Customer$new(x, today=max(transactions$PURCHASE_DATA)))
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.