
Last chance! 50% off unlimited learning
Sale ends in
Create a task item.
task_item(text, value, color = "")taskItem(text, value, color = "")
Progress bar label.
Progress bar value.
Color of the task item. One of c("", "red", "orange",
"yellow", "olive", "green", "teal", "blue", "violet", "purple", "pink",
"brown", "grey", "black")
A task item that can be passed to dropdownMenu
taskItem
: Create a task item (alias for taks_item
for compatibility with shinydashboard
)
# NOT RUN {
taskItem("Project progress...", 50.777, color = "red")
# }
Run the code above in your browser using DataLab