getARMdata <- function(data){
data = data
x = as(split(data[,"covariateLabel"], data[,"rowId"]), "transactions")
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.