View source: R/createInputCall.R
createInputCall | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.