View source: R/dashboardHeader.R
taskItem | R Documentation |
Create a task item to place in a dropdown task menu
taskItem(text, value = 0, color = "aqua", href = NULL)
text |
The task text. |
value |
A percent value to use for the bar. |
color |
A color for the bar. Valid colors are listed in validColors. |
href |
An optional URL to link to. |
dashboardHeader()
for example usage.
Other menu items:
messageItem()
,
notificationItem()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.