Skip to content

Instantly share code, notes, and snippets.

View klittle314's full-sized avatar

Kevin Little klittle314

View GitHub Profile
@klittle314
klittle314 / app.R
Created November 19, 2015 19:55 — forked from jcheng5/app.R
Test Shiny app: submit and clear
#test app to load the form and clear it for second record entry
#Kevin Little, Ph.D. 18 Nov 2015
require(shiny)
require(shinyapps)
require(shinyjs)
#local df taking the place of a Google sheet
df1 <- data.frame(name="name1", stringsAsFactors = FALSE)