setMethod("show", "datagroup", function(object){
cat('An object of class "datagroup":\n')
for (i in 1:length(object@group)){
cat(paste0('[',i,'] '))
cat(object@group[[i]]$title,'\n')
cat(' url:',object@group[[i]]$url,'\n')
}
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.