First flexdashboard using R

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 28

  • @kennedymwavu9296
    @kennedymwavu9296 3 года назад +6

    1:31 "You get a couple of warnings, no big deal"
    Literally me everytime 😂

    • @CradleToGraveR
      @CradleToGraveR  3 года назад

      I love how my dry unintentional humor works. I went back and watched it and laughed out loud. Yeah, no big deal!

  • @falehalyazidi956
    @falehalyazidi956 4 года назад +5

    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.

    • @CradleToGraveR
      @CradleToGraveR  4 года назад

      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.

  • @deathbunny8322
    @deathbunny8322 2 года назад +1

    Best video on Flexidashboard I have found!

  • @heartheart5543
    @heartheart5543 3 года назад +1

    thank you so much for explaining it step by step

    • @CradleToGraveR
      @CradleToGraveR  3 года назад

      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.

  • @dasrotrad
    @dasrotrad 4 года назад +1

    Another great tutorial Mark. This is super. Thank you.

    • @CradleToGraveR
      @CradleToGraveR  4 года назад

      The flexdashboard is one of my most popular videos. People seem to like this package a lot.

  • @nevinthomas5130
    @nevinthomas5130 Год назад

    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?

  • @divyaroopsingh334
    @divyaroopsingh334 4 года назад +1

    Well explained! Thanks a lot

    • @CradleToGraveR
      @CradleToGraveR  4 года назад

      Glad you liked it. Flexdashboard is a real useful package.

  • @shanaebrown1563
    @shanaebrown1563 3 года назад

    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 ?

  • @WahranRai
    @WahranRai 4 года назад +2

    3:59 You have the same result quickly by clicking on Knit !

    • @CradleToGraveR
      @CradleToGraveR  4 года назад

      Thanks for the tip. Have you run into any issues with doing it that way or not?

  • @TheMunishk
    @TheMunishk 3 года назад

    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.

  • @johnpvanek
    @johnpvanek 4 года назад +1

    Really great tutorial, thank you!

    • @CradleToGraveR
      @CradleToGraveR  4 года назад

      Glad it was helpful John. I haven't used flexdashboard in a while but it really is a great package .

  • @rahulsamaddar7275
    @rahulsamaddar7275 4 года назад +1

    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

    • @CradleToGraveR
      @CradleToGraveR  4 года назад

      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?

  • @giulioverdi1767
    @giulioverdi1767 4 года назад +1

    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.

    • @CradleToGraveR
      @CradleToGraveR  4 года назад

      I haven't tried this yet. Did you get it working at all?

  • @jakebersabe6511
    @jakebersabe6511 3 года назад

    Ortho bro 🤜

  • @blanabrong
    @blanabrong 4 года назад

    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?

    • @CradleToGraveR
      @CradleToGraveR  4 года назад

      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.

  • @AlokPratapSingh4001
    @AlokPratapSingh4001 2 года назад

    R 🤩

  • @mojaffaransari8768
    @mojaffaransari8768 4 года назад

    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