arrowButton | R Documentation |
Arrow button
arrowButton(id, direction = "left", ...)
id |
The input id to read value from. |
direction |
The direction of arrow button. |
... |
List of tag attributes. |
if (interactive()) { arrowButton("awesome-id", direction = "left") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.