Hi Amrrs;
I read your articles in medium and it's helpful for me. I try 2 examples, but the results are difference:
- Same as your code in articles: body <- dashboardBody(frow1, frow2)
- Create dashboardBody(frow1, frow2) in dashboardPage():
ui <- dashboardPage(dashboardBody(frow1, frow2)
With 2nd instance, this dashboard doesn't have valueBox, can you help me explain?
Tks