Skip to content

Instantly share code, notes, and snippets.

View motin's full-sized avatar

Motin motin

View GitHub Profile
@motin
motin / server.R
Created September 3, 2018 00:36 — forked from ncarchedi/server.R
Dynamically append arbitrary number of inputs (Shiny)
library(shiny)
shinyServer(function(input, output) {
output$allInputs <- renderUI({
# Get value of button, which represents number of times pressed (i.e. number of inputs added)
inputsToShow <- input$appendInput
# Return if button not pressed yet
if(is.null(inputsToShow) || inputsToShow < 1) return()
# Initialize list of inputs
@motin
motin / .gitignore
Created June 1, 2011 20:37 — forked from karmi/.gitignore
This fork adds more metadata and also shows the first seven tasks within each story. Original description: Script to generate PDF cards suitable for planning poker from Pivotal Tracker [http://www.pivotaltracker.com/] CSV export. Inspired by Bryan Helmkam
.DS_Store
*.csv
*.pdf