createInputCall {refund.shiny} | R Documentation |
Internal method that constructs the input calls for plot_shiny.fosr(). The variable name and values are passed as arguments, and a corresponding slider (for numeric) or drop-down (for factor) input is constructed.
createInputCall(name, variable)
name |
variable name |
variable |
variable values from dataset |
Jeff Goldsmith ajg2202@cumc.columbia.edu