Nick Strayer | A new way to build your Shiny app's UI | RStudio (2022)

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025
  • Shiny helps data scientists create web applications without requiring web development experience. However, there's still a steep learning curve for writing the Ui portion of an app. Unlike an app's server code, which typically only uses a few different Shiny-specific functions, the app's UI code is almost entirely made up of functions with strange syntaxes and often surprising interactions with each other. This paradigm requires a very different mindset than your typical R Script. This talk introduces a new tool to help both new and experienced Shiny developers spend less time writing their app's UI and more time doing data science.
    Session: Pour some glitter on it: Polishing the design of your shiny apps

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

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

    It's been 2 years since this talk. What's the state of the matter today?
    I have been building shiny apps in the last few months and I have never heard of *gridlayout*

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

    hi , thanks for the content , is there a way to do a layout in multiple languages ? is there an extra library that have to be uploaded within the IDE before