Error saying could not find function shinyUI in shiny R

+1 vote

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"
Nov 28, 2018 in Data Analytics by Ali
• 11,360 points
2,318 views

1 answer to this question.

0 votes
Its a small spelling mistake that you've made. replace the function dashboardsidebar() to dashboardSidebar().
answered Nov 28, 2018 by Maverick
• 10,840 points

Related Questions In Data Analytics

0 votes
1 answer

Error: could not find function ... in R

If you encounter an error stating "'some.function' ...READ MORE

answered Jun 22, 2023 in Data Analytics by anonymous
• 1,180 points
328 views
+3 votes
2 answers

Error: could not find function - R Programming

Yes, Just like @Maverik said, It happens ...READ MORE

answered Aug 23, 2019 in Data Analytics by anonymous
• 33,030 points
32,856 views
0 votes
1 answer

Error saying "could not find function "read_html"" when trying to use read_html function

Hey @Ali, Execute the following two commands: install.packages(&l ...READ MORE

answered Nov 21, 2018 in Data Analytics by Maverick
• 10,840 points
3,921 views
0 votes
1 answer
+1 vote
1 answer

Error saying "could not find function dashboardPage" in shiny R

Include this line in the code: Library(shinydashboard) READ MORE

answered Nov 29, 2018 in Data Analytics by Maverick
• 10,840 points
3,120 views
+1 vote
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP