Shiny - shiny-options
R
Auto-refresh persistently displayed Shiny app when new version is deployed to RStudioConnect
Aaaand... because I couldn't help myself. A simple little example using shinyjs that seems to work for my not-very-thorough testing 😄 The two important bits: In the UI: shinyjs::useShinyjs(), In the Server (10 seconds for testing): shinyjs::runjs( "function reload_page() { window.location.reload(); setTimeout(reload_page, 10000); } setTimeout(reload_page, 10000); ") You definitely don't need the shinyjs package to make this work, but it does make things a little easier :s...
Reproducible Reporting with RMarkdown
Setup Instructions
jpainter/dataDictionary: interface with DHIS2 to get listing of malaria-relevant data elements
interface with DHIS2 to get listing of malaria-relevant data elements - jpainter/dataDictionary
Deploying R Shiny apps using ShinyProxy on Windows 10 | databentobox
This post provides a guide to use ShinyProxy, an open-source tool with enterprise features, to deploy R Shiny apps.
Securing and Monitoring ShinyProxy Deployment of R Shiny Apps | databentobox
This post provides a guide to secure ShinyProxy with Nginx, Certbot and AWS Cognito, and monitor usage statistics with InfluxDB, Telegraf and Grafana.
PhyloProfileDocker/shiny-server.conf at master · trvinh/PhyloProfileDocker
Contribute to trvinh/PhyloProfileDocker development by creating an account on GitHub.
Including datasets
How to include datasets in an R package
cosimameyer/overviewR: Easily Extracting Information About Your Data
Easily Extracting Information About Your Data. Contribute to cosimameyer/overviewR development by creating an account on GitHub.
r-lib/pak: A fresh approach to package installation
A fresh approach to package installation. Contribute to r-lib/pak development by creating an account on GitHub.
CRAN - Package snakecase
A consistent, flexible and easy to use tool to parse and convert strings into cases like snake or camel among others.
Get started with `rhub` • rhub
rhub
Dependency resolution for R package development
kieranjmartin/getfunctionargs: R Studio add in to quickly grab default function arguments
R Studio add in to quickly grab default function arguments - kieranjmartin/getfunctionargs
konradzdeb/extraInserts: Simple convenience RStudio add-in inserting assignment operators and pipes
Simple convenience RStudio add-in inserting assignment operators and pipes - konradzdeb/extraInserts
dreamRs/esquisse: RStudio add-in to make plots with ggplot2
RStudio add-in to make plots with ggplot2. Contribute to dreamRs/esquisse development by creating an account on GitHub.
kieranjmartin/viewenhance: An add in for RStudio which allows the user to filter and select columns interactively
An add in for RStudio which allows the user to filter and select columns interactively - kieranjmartin/viewenhance
mdlincoln/docthis: RStudio addin to create skeleton documentation for functions and data.frames
RStudio addin to create skeleton documentation for functions and data.frames - mdlincoln/docthis
MilesMcBain/datapasta: On top of spaghetti, all covered in cheese....
On top of spaghetti, all covered in cheese.... Contribute to MilesMcBain/datapasta development by creating an account on GitHub.
RhoInc/CRANsearcher: RStudio addin to search CRAN packages titles and descriptions
RStudio addin to search CRAN packages titles and descriptions - RhoInc/CRANsearcher
BAAQMD/copydat: Copy R data to clipboard
Copy R data to clipboard. Contribute to BAAQMD/copydat development by creating an account on GitHub.
sarupurisailalith/commonUtilAddins: R Studio Addins for common data frame operations
R Studio Addins for common data frame operations. Contribute to sarupurisailalith/commonUtilAddins development by creating an account on GitHub.
sfr/RStudio-Addin-Snippets: RStudio add-in to copy data to clipboard, reverse slashes, insert and reformat pipes.
RStudio add-in to copy data to clipboard, reverse slashes, insert and reformat pipes. - sfr/RStudio-Addin-Snippets
miraisolutions/compareWith: RStudio Addins for Enhanced Diff and Merge
RStudio Addins for Enhanced Diff and Merge. Contribute to miraisolutions/compareWith development by creating an account on GitHub.
daranzolin/compareAreas: Shiny Gadget to compare areas (square meters, kilometers, feet, miles, and acres)
Shiny Gadget to compare areas (square meters, kilometers, feet, miles, and acres) - daranzolin/compareAreas
daattali/colourpicker: 🎨 A colour picker tool for Shiny and for selecting colours in plots (in R)
🎨 A colour picker tool for Shiny and for selecting colours in plots (in R) - daattali/colourpicker
strboul/caseconverter: RStudio Addin to convert selected text to lower, upper, snake, and camel cases.
RStudio Addin to convert selected text to lower, upper, snake, and camel cases. - strboul/caseconverter
petermeissner/assignparams: RStudio Addin to evaluate comma separated function parameters vio short cut
RStudio Addin to evaluate comma separated function parameters vio short cut - petermeissner/assignparams
jennybc/jadd: RStudio addins
RStudio addins. Contribute to jennybc/jadd development by creating an account on GitHub.