Create a show-method for a Collection class.
1 2 | collectionShower(showFun, numOfElements = 6,
linesPerElement = NULL)
|
showFun |
show function for Collection class elements. |
numOfElements |
Number of elements to show as head and tail. |
linesPerElement |
How many lines per element before the show-string is elipsized. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.