dropdown | R Documentation |
Dropdown menus are a container for buttons, text, and form inputs. See
argument ...
for details on composing dropdown menus.
dropdown(label, ..., direction = "down", align = "left")
label |
A character string specifying the label of the dropdown's button. |
... |
Character strings or vectors, header tag elements, button inputs,
or form inputs specifying the elements of the dropdown. These elements may
be grouped into lists to create a menu with sections. Additional named arguments are passed as HTML attributes to the parent element. |
direction |
One of |
align |
One of |
Other components:
alert()
,
badge()
,
blockquote()
,
collapsePane()
,
d1()
,
img()
,
jumbotron()
,
modal()
,
pre()
,
toast()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.