Shiny - shiny-options
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
ekstroem/dataReporter
Contribute to ekstroem/dataReporter development by creating an account on GitHub.
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.sh at master · trvinh/PhyloProfileDocker
Contribute to trvinh/PhyloProfileDocker development by creating an account on GitHub.
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 (Cosima Meyer) / Repositories
PhD student in Conflict Studies | University of Mannheim. Interested in leadership survival, conflict studies and post-civil war stability. - cosimameyer
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.
jimbrig (Jimmy Briggs)
Consultant, Developer, Actuary, Information Specialist, Knowledge Management, Data Scientist, Software Engineer, Application Design, Physics Enthusiast - jimbrig
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
validate_email function | R Documentation
To build and check R packages on r-hub, you need to validate your email address. This is because r-hub sends out emails about build results.
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.