actionCLButton | R Documentation |
Creates an action button or link whose value is initially zero, and increments by one each time it is pressed.
actionCLButton(input_id, label, ...) actionCLLink(input_id, label, ...)
input_id |
The |
label |
The contents of the button or linkâusually a text label, but you could also use any other HTML, like an image. |
... |
Named attributes to be applied to the button or link. |
actionCLButton("button", "Click Me")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.