2.3 What Can One INPUT?

  1. Text strings
  2. Numeric variables
  3. Dates
  4. Limited choices; Radio buttons/Check boxes/Select-dropdown menus
  5. File uploads
  6. Action buttons
## General Command Form
#----------------------
Input-Command(inputId = "string1",  ## Don't forget tab completion & F1.
              label = "string2", 
              
              ### Situation Dependent Variables ###
              value = # Initial value 
              min = 0, max = 100,
              width = '400px', height = '100%',
              cols = 2, rows = 5, # Number of cols or rows to display
              placeholder = "A word giving the user a hint",
              resize # Resize to fill/contract span
              )