all_choices | R Documentation |
all_choices
objectAn S3 structure representing the selection of all possible choices in a
filter_spec
, select_spec
or choices_selected
object.
all_choices()
all_choices
object.
# Both structures are semantically identical
filter_spec(
vars = c("selected_variable"),
choices = c("value1", "value2"),
selected = c("value1", "value2")
)
filter_spec(
vars = c("selected_variable"),
choices = c("value1", "value2"),
selected = all_choices()
)
choices_selected(choices = letters, selected = letters)
choices_selected(choices = letters, selected = all_choices())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.