i2Dash Example R Flexdashboard

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 18

  • @IarukaSkYouk
    @IarukaSkYouk ปีที่แล้ว

    I think you consistently produced excellent R video and your teaching style is very easy to digest. Thank you so much Mark!

  • @Abilash1able
    @Abilash1able 4 ปีที่แล้ว +1

    Yes!! Finally. Thanks for the video. Learned it

    • @CradleToGraveR
      @CradleToGraveR  4 ปีที่แล้ว +1

      Good to know it helped. Was it you that asked me to do the video a few weeks ago?

    • @Abilash1able
      @Abilash1able 4 ปีที่แล้ว

      @@CradleToGraveR Yes.

  • @JohnMKaya-lm1ry
    @JohnMKaya-lm1ry 2 ปีที่แล้ว

    Great! Thank you for the great tutorial! Can you please advise about adding gauges and valuboxes as well? I tried myself but they are not showing. Plus, when I add gague objects, it gives me warning like this: Warning messages:
    1: In .local(dashboard, component, ...) :
    The component did not inherit from any of the currently supported classes ('htmlwidget'). Why would that be, please? I googled it but to no avail. Thanks in advance.

  • @adnanhajabubaker4158
    @adnanhajabubaker4158 4 ปีที่แล้ว

    Many Thanks, it's very useful.
    could you please make video on Simmer package with complex example.
    Thanks in advance.

  • @mloxsir3095
    @mloxsir3095 4 ปีที่แล้ว +1

    Many thanks for introducing the i2dash package!! There are further details and use cases for beginners and advanced users available from our website, with a focus on extending the i2dash framework with own templates for visualisation and on presenting scientific data:
    loosolab.github.io/i2dash.scrnaseq/articles/Documentation.html
    ; loosolab.github.io/i2dash.scrnaseq/articles/Quality_metrics.html (see tutorials button)

  • @cassioveludo8703
    @cassioveludo8703 3 ปีที่แล้ว

    Does rendering (to create the html file) only work if this i2dash pack? I tried and failed to render an .rmd I created using flexdashboard. The rendering stops and i receive the following msg:
    Quitting from lines 200-237 (BD_RMarkdown.RMD)
    Error in output$medidas

  • @fabio7112
    @fabio7112 3 ปีที่แล้ว +1

    Hi.
    When I run the Script, I have the following error
    Error in gzfile(file, mode) : cannot open the connection
    In addition: Warning message:
    In gzfile(file, mode) :
    cannot open compressed file 'D:\temp\Rtmp04rcUh/obj_h6pDDS.rds', probable reason 'No such file or directory'
    Could be problem with my antivirus ?

    • @CradleToGraveR
      @CradleToGraveR  3 ปีที่แล้ว

      Sorry you are having issues. It's very hard to tell where your error is without the code. Did you install i2dash from the Install Packages button in RStudio?

    • @fabio7112
      @fabio7112 3 ปีที่แล้ว

      @@CradleToGraveR I tried your code but it gave me an error. After some testing I decided to update plotly because I had warning and nothing happends then I decided to reinstall Rstudio. After doing so it asked me to update Markdown and "et voilà". Thank you so much. Your videos are greateful

    • @cassioveludo8703
      @cassioveludo8703 3 ปีที่แล้ว

      I found the same error. To make it work you must indicate the path the dashboard will be created. Something like this:
      dashboard

  • @filanor2416
    @filanor2416 4 ปีที่แล้ว

    At 15:39 dashboard %%
    add_component(ggplot2_object,
    page = "contact",
    title = "Contact Me GGPLOT") gives an error and that is:
    Error in gzfile(file, mode) : cannot open the connection
    In addition: Warning message:
    In gzfile(file, mode) :
    cannot open compressed file 'D:\temp\Rtmp0iYgBd/obj_t9RAJq.rds', probable reason: Permission denied
    I couldn't find a solution from the web.

    • @CradleToGraveR
      @CradleToGraveR  4 ปีที่แล้ว

      Quick question, what version of R are you on? Is it 4.x?

    • @CradleToGraveR
      @CradleToGraveR  4 ปีที่แล้ว

      Can you paste your cord to the Discord channel? discord.gg/f2uDBvA

    • @wisomnian
      @wisomnian 4 ปีที่แล้ว

      I'm getting the exact same error! Except mine says "probably reason 'No such file or directory' which is true since I don't even have a D: drive on this computer. Where is this coming from? Got to be something in the add_component function. I'm running R 4.0.2.

    • @wisomnian
      @wisomnian 4 ปีที่แล้ว

      Fixed it. Issue is the datadir associated with the dashboard object. Fixed it by setting: datadir(dashboard)