Learn R Programming

refund.shiny (version 1.0)

createInputCall: 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

Jeff Goldsmith ajg2202@cumc.columbia.edu