Create an accordion item to put inside an accordion container
accordionItem(..., title, status = NULL, collapsed = TRUE)
| ... | text to write in the item. |
|---|---|
| title | item title. |
| status | item status. |
| collapsed | Whether to expand or collapse the item. TRUE by default. Set it to FALSE if you want to expand it. |
David Granjon, dgranjon@ymail.com