-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels