update_histoslider | R Documentation |
Change the value of a input_histoslider()
on the client (must be called
inside a currently active user session
). See
here
for an example.
update_histoslider(
id,
label = NULL,
values = NULL,
start = NULL,
end = NULL,
breaks = rlang::missing_arg(),
options = NULL,
session = shiny::getDefaultReactiveDomain()
)
id |
An input id. |
label |
A label for the input (can be |
values |
a vector of numeric values for which the histogram is desired. |
start |
A numeric value for the starting handle. |
end |
A numeric value for the ending handle. |
breaks |
determines how histogram bins are computed (see |
options |
a list of histoslider options. |
session |
The shiny user |
Any arguments with NULL
values will be ignored; they will not
result in any changes to the input object on the client.
Nothing.
input_histoslider
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.