accordionItem: AdminLTE2 accordion item
Description
Create an accordion item to put inside an accordion container
Usage
accordionItem(..., id, title = NULL, color = NULL, collapsed = TRUE)
Arguments
...
text to write in the item.
collapsed
Whether to expand or collapse the item. TRUE by default. Set it to FALSE if you want to expand it.