Skip to content

unused argument (footer = dashboardFooter()) #172

@BirongZhang

Description

@BirongZhang

Dear all,

Thanks for developing such an useful tool!

When I was running the example code:

shinyApp(
   ui = dashboardPage(
     header = dashboardHeader(),
     sidebar = dashboardSidebar(),
     body = dashboardBody(),
     footer = dashboardFooter(
       left = "By Divad Nojnarg",
       right = "Zurich, 2019"
     ),
     title = "DashboardPage"
   ),
   server = function(input, output) { }
 )

I encountered some problems:
Error in dashboardPage(header = dashboardHeader(), sidebar = dashboardSidebar(), :
unused argument (footer = dashboardFooter(left = "By Divad Nojnarg", right = "Zurich, 2019"))

But yesterday it worked well, today it could not.

Any advices would be highly appreciated! Thanks!

Kind regards,
Birong

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions