Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional R Shiny Best Practice #112

Open
christopherdias11 opened this issue Oct 17, 2024 · 2 comments
Open

Additional R Shiny Best Practice #112

christopherdias11 opened this issue Oct 17, 2024 · 2 comments

Comments

@christopherdias11
Copy link

As part of DfE Dashboard Standards review, we are looking to drive "best practice" in Shiny apps/content in general.

Suggestion is to build on the documentation already in the analyst guide to point people towards useful resources. The Creating R Shiny dashboards section is most appropriate place for this but we can also look to expand out to Rmarkdown and Quarto.

This will include a few aspects:

  • Recommended resources for getting started
  • File structure
  • Creating tables
  • Databasing
  • Testing
  • Theming
@jen-machin
Copy link
Contributor

@wikki13
Copy link

wikki13 commented Dec 4, 2024

  • Make use of shinyModules to segregate your app into reusable modules.
  • Use functions like reactive(), observe(), eventReactive() to reduce your apps high computation.
  • Make use of modal dialogues and notifications for a clean and modern outcomes of your app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants