vega-input.Rd
HTML elements that bind to selections
input_slider(name = NULL, min, max, step, init = NULL) input_radio(name = NULL, choices, init = NULL) input_select(name = NULL, choices, init = NULL) input_textbox(init = NULL, ...) input_checkbox(init = NULL, ...) input_color(init = NULL, ...) input_colour(init = NULL, ...) input_date(init = NULL, ...) input_datetime(init = NULL, ...) input_month(init = NULL, ...) input_week(init = NULL, ...)
name | Name of the HTML input. |
---|---|
min, max | Minimum and maximum values. |
step | Incremental step. |
init | An initial value. |
choices | A (named) vector of options. |
... | Not sure. |