Amazing. It’s really beneficial and easy to follow. I’ve been watching many videos on this topic but every-time it gets complicated and I give up. Thank you very much for this quick tutorial.
Glad it was helpful! I can't wait to jump back into using flexdashboards. Have you seen the Blogdown/Hugo tutorials I put up? I am thinking you might benefit from that as well. ruclips.net/video/oXFPOOrkogA/видео.html . Maybe you can share your flexdashboards online with it.
Great Tutorial. I have a question what if a shiny app uses external css and want to integrate with flexdashboard. How can it be done?Where should I link the css file in the YAML header or in shiny app or both?
Question if I created a worksheet with r that worksheet would be insert at the far right of the excel sheet what if I wanted to insert after the second sheet at the front how would I do that ?
I am a Shiny newbie. Really impressed 👏 with your videos. Can't wait to use cool GUI widgets. I have one issue if you can help. Is there not any drag and drop tool to drop gui controls on my rmarkdown or shinydashboard? I m finding high learning curve and much time consuming to manually write code to prepare my forms. Like a Microsoft visual studio where I can pick controls from the toolbox and gui code is automatically generated. This way I can focus on logic and functionality of any app.
Hi, thanks for the tutorial. However, while I was trying this at home, the ## didn't work for creating new columns and the # didn't work to create a separate page. Can you provide some insight on how to fix those or perhaps what kind of mistakes may I be doing which I can rectify. Thanks
Hi. A lot of people don't put spaces underneath the hash tags. I will do a video on the common mistakes. Great idea. Did you end up solving this issue, btw?
Hi, How can I change the color of the tickets on the dashboards from the standard blue to grey when you hover your mouse over it. I need to change the standard color from blue to grey. Thanks in advance.
Unfortunately, flexdashbords with hmlt widgets do not play nicely with printable formats. You can try to simply inclue a pdf version in the output like this: output: pdf_document: default flexdashboard::flex_dashboard: orientation: columns vertical_layout: fill Here is another alternative method. Create a button to output the PDF or create a button to do this: rviews.rstudio.com/2017/06/28/printing-from-flex-dashboard/ If we could only just change the culture of people needing a pdf vs an HTML document. lol.
Why I'm not getting the output like yours......? Here is my output ...... itle: “Untitled” utput: flexdashboard::flex_dashboard: orientation: columns vertical_layout: fill Column Chart A Column Chart B Chart C
1:31 "You get a couple of warnings, no big deal"
Literally me everytime 😂
I love how my dry unintentional humor works. I went back and watched it and laughed out loud. Yeah, no big deal!
Amazing. It’s really beneficial and easy to follow. I’ve been watching many videos on this topic but every-time it gets complicated and I give up. Thank you very much for this quick tutorial.
Glad it was helpful! I can't wait to jump back into using flexdashboards. Have you seen the Blogdown/Hugo tutorials I put up? I am thinking you might benefit from that as well. ruclips.net/video/oXFPOOrkogA/видео.html . Maybe you can share your flexdashboards online with it.
Best video on Flexidashboard I have found!
Thank you. Glad it's still useful.
thank you so much for explaining it step by step
Glad it was helpful! I haven't messed with it in a while. Hopefully this is helpful for a few years before it breaks. lol.
Another great tutorial Mark. This is super. Thank you.
The flexdashboard is one of my most popular videos. People seem to like this package a lot.
Great Tutorial. I have a question what if a shiny app uses external css and want to integrate with flexdashboard. How can it be done?Where should I link the css file in the YAML header or in shiny app or both?
Well explained! Thanks a lot
Glad you liked it. Flexdashboard is a real useful package.
Question if I created a worksheet with r that worksheet would be insert at the far right of the excel sheet what if I wanted to insert after the second sheet at the front how would I do that ?
3:59 You have the same result quickly by clicking on Knit !
Thanks for the tip. Have you run into any issues with doing it that way or not?
I am a Shiny newbie. Really impressed 👏 with your videos. Can't wait to use cool GUI widgets. I have one issue if you can help. Is there not any drag and drop tool to drop gui controls on my rmarkdown or shinydashboard? I m finding high learning curve and much time consuming to manually write code to prepare my forms. Like a Microsoft visual studio where I can pick controls from the toolbox and gui code is automatically generated. This way I can focus on logic and functionality of any app.
Really great tutorial, thank you!
Glad it was helpful John. I haven't used flexdashboard in a while but it really is a great package .
Hi, thanks for the tutorial. However, while I was trying this at home, the ## didn't work for creating new columns and the # didn't work to create a separate page. Can you provide some insight on how to fix those or perhaps what kind of mistakes may I be doing which I can rectify. Thanks
Hi. A lot of people don't put spaces underneath the hash tags. I will do a video on the common mistakes. Great idea. Did you end up solving this issue, btw?
Hi, How can I change the color of the tickets on the dashboards from the standard blue to grey when you hover your mouse over it.
I need to change the standard color from blue to grey.
Thanks in advance.
I haven't tried this yet. Did you get it working at all?
Ortho bro 🤜
How can we export flexdashboard to PDF without disturbing the format? is it possible to mainitain the same look of dashboard in pdf or word document?
Unfortunately, flexdashbords with hmlt widgets do not play nicely with printable formats. You can try to simply inclue a pdf version in the output like this:
output:
pdf_document: default
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
Here is another alternative method. Create a button to output the PDF or create a button to do this: rviews.rstudio.com/2017/06/28/printing-from-flex-dashboard/
If we could only just change the culture of people needing a pdf vs an HTML document. lol.
R 🤩
Why I'm not getting the output like yours......? Here is my output ......
itle: “Untitled”
utput:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
Column
Chart A
Column
Chart B
Chart C