No Clocks

No Clocks

2086 bookmarks
Newest
Auto-refresh persistently displayed Shiny app when new version is deployed to RStudioConnect
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...
·community.rstudio.com·
Auto-refresh persistently displayed Shiny app when new version is deployed to RStudioConnect
cosimameyer (Cosima Meyer) / Repositories
cosimameyer (Cosima Meyer) / Repositories
PhD student in Conflict Studies | University of Mannheim. Interested in leadership survival, conflict studies and post-civil war stability. - cosimameyer
·github.com·
cosimameyer (Cosima Meyer) / Repositories
jimbrig (Jimmy Briggs)
jimbrig (Jimmy Briggs)
Consultant, Developer, Actuary, Information Specialist, Knowledge Management, Data Scientist, Software Engineer, Application Design, Physics Enthusiast - jimbrig
·github.com·
jimbrig (Jimmy Briggs)
validate_email function | R Documentation
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.
·rdocumentation.org·
validate_email function | R Documentation