createInputCall {refund.shiny} | R Documentation |
Create input calls for plot_shiny.fosr()
Description
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.
Usage
createInputCall(name, variable)
Arguments
name |
variable name |
variable |
variable values from dataset |
Author(s)
Jeff Goldsmith ajg2202@cumc.columbia.edu
[Package refund.shiny version 1.0 Index]