Skip to content

Instantly share code, notes, and snippets.

View martinv13's full-sized avatar

Martin Vergier martinv13

View GitHub Profile
@martinv13
martinv13 / iterativeTask.R
Last active November 26, 2016 11:07 — forked from trestletech/server.R
An example of interrupting a prolonged, iterative computation in Shiny.
library(shiny)
appUI <- pageWithSidebar(
# Application title
headerPanel("New Application"),
sidebarPanel(
"Progress: ",
textOutput("counter"),