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
Dear all,
Thanks for developing such an useful tool!
When I was running the example code:
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