https://github.com/daattali/modularize-addin
RStudio addin to help modularize Shiny app code
https://github.com/daattali/modularize-addin
Last synced: 29 days ago
JSON representation
RStudio addin to help modularize Shiny app code
- Host: GitHub
- URL: https://github.com/daattali/modularize-addin
- Owner: daattali
- License: other
- Created: 2018-04-16T21:53:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T22:15:18.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T16:39:05.506Z (3 months ago)
- Language: R
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - daattali/modularize-addin - RStudio addin to help modularize Shiny app code (R)
README
# modularize-addin
RStudio addin to help modularize Shiny app codeA quick n dirty addin I created to help me modularize a lot of Shiny UI code. Many inputs need to be wrapped in calls to `ns("")`. To make this repetitive work a little bit faster, I created this addin, made the addin bind to the keyboard shortcut `Ctrl+N`, and now I just need to double click on an input id in the UI definition and press `Ctrl+N`, and it automatically becomes a namespaced input.
Use at your own risk, this is extremely undeveloped.