Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uperror runExample() #8
Comments
|
Hi, try wrapping your list groups with a list_group(div(list_item("Application Updates", badge_value = 27),list_item("User Updates", badge_value = 24)))ahh sorry, thats my mistake for having development functions in my playground environment. |
|
Excellent thank you very much |
Hello Jasmine:
I have tried to execute the example, but it gives me an error
shinyLP :: runExample ()ERROR: unused argument (list_item("User Updates", badge_value = 24))
apparently the list_group function allows only one element
list_group(list_item("Application Updates", badge_value = 27),list_item("User Updates", badge_value = 24))regards