print.anki = function(x) {
cat('Anki card deck with', nrow(x$notes), 'notes,',
nrow(x$cards), 'cards, and', nrow(x$media), 'media files\n')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.