Error saying could ...
Notifications
Clear all

Error saying could not find function shinyUI in shiny R

RSS

(@sathish)
Member Moderator
Joined: 1 year ago
帖子:1391
21/05/2021 12:43 pm

I'm trying to create a dashboard using shiny R. This is my code:

shinyUI( dashboardPage( dashboardHeader(), dashboardsidebar(), dashboardBody() ..... ) )

I end up with this error:

Error in shinyUI(dashboardPage(dashboardHeader(), dashboardsidebar(), : could not find function "shinyUI"

Quote
(@ganesh)
Noble Member
Joined: 1 year ago
Posts: 1362
21/05/2021 12:47 pm

Its a small spelling mistake that you've made. replace the function dashboardsidebar() to dashboardSidebar().


ReplyQuote
Share:
Baidu