Editable R tables with rhandsontable

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

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

  • @vishalkatti
    @vishalkatti День назад

    This is awesome 🎉

  • @AngelFelizF
    @AngelFelizF 21 день назад

    Excellent video, thanks for sharing

  • @mfundomonchwe1313
    @mfundomonchwe1313 Месяц назад

    Beautiful 😮😮😮 wow 🎉🎉

  • @VladPalacios
    @VladPalacios 25 дней назад

    I was thinking of exporting data to excel for this purpose, now I can do it all inside R, awesome!

  • @sertansafak2056
    @sertansafak2056 Месяц назад

    I'm doing projects in R. And i think your contents are great. Keep going.

  • @charleydublin7304
    @charleydublin7304 23 дня назад

    Your videos are excellent! Does library this work in shiny?

    • @ashleighlatter
      @ashleighlatter  23 дня назад +1

      Thank you! Yes it works in shiny, covered in the last part (from 11:00) 😊

  • @mignacio79
    @mignacio79 15 дней назад

    Excellent video! I usually use the DT package to make shiny apps with databases and google maps+ photos embedded in the cells for editing. I think I'm going to try to use the rhandsontable package for this same purpose. Do you know if the rhandsontable package has any performance limitations with large volumes of data? Thanks for sharing this tutorial! Ignacio.

    • @ashleighlatter
      @ashleighlatter  15 дней назад +1

      Thanks! I haven’t seen anything about performance limitations so far, but I also haven’t used it for large datasets myself. There is a “big data” example on this webpage tutorial that works well, but I’m guessing it’s not as large as what you’re using jrowen.github.io/rhandsontable/#Big_Data

    • @mignacio79
      @mignacio79 15 дней назад

      @@ashleighlatter Yes, I'm testing with few columns (10) for 9000 rows. I have to use it on 65 thousand rows and in shiny. We'll see how it turns out. Thanks a lot Ashleigh for the link with the "big data" example!

  • @45tanviirahmed82
    @45tanviirahmed82 21 день назад

    Well, I have always used different software for these edits if small changes, so this is actually helpful for me saving time to go back and forth from one app to another.
    Thanks. but when I ran this code for hands in table, it doesnt show any output. I have gathered some solutions online, but didn't work out. Any suggestion from you?

    • @ashleighlatter
      @ashleighlatter  21 день назад

      @@45tanviirahmed82 what happens when you try to run the code? Are you getting any error messages?