Rhino Workshop | Creating Shiny Apps with Rhino: The New Framework for Shiny Apps

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

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

  • @themenchaca
    @themenchaca 2 года назад +5

    Awesome work! I converted one of my larger projects to this format right after seeing this video. Huge improvement in workflow and helped me realize a number of ways to simplify the app logic. Thank you for sharing and please keep the updates coming!

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

    Thank you for posting this webinar. Being new to Shiny development, I can see this being a great way to get started building structured apps from the jump. Looking forward to learning more from the Appsilon team.

  • @KonradRudolph
    @KonradRudolph Год назад +1

    Great intro video!
    Small update around minute 14: ‘box’ 1.1.3 now (finally) supports lazy data loading from packages, so you no longer need to resort to `rhino::rhinos` here.

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

    Make sure to install Sass package in R Studio when attempting to follow along. Awesome video Appsilon.

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

    Is Rhino to R similar with Flutter to Dart?

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

      On a general level, yes, but it's more Rhino to Shiny than Rhino to R. If you want to explore more about our framework, head here: appsilon.github.io/rhino/articles/explanation/what-is-rhino.html

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

    Can you provide me more information on how the filter works? I believe you skipped over that portion at the very end.

  • @errlyt
    @errlyt 10 месяцев назад

    In my terminal, when I run rhinos$table(data) I got: > rhinos$table(data)
    Error in UseMethod("pivot_wider") :
    no applicable method for 'pivot_wider' applied to an object of class "function"

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

    Does box also reduce the docker size of the app... If not why being nse to something that's already doable in base R????