| run_analysis_button | R Documentation |
A button that triggers 'run_analysis' event;
see also get_rave_event
run_analysis_button(
label = "Run analysis (Ctrl+Enter)",
icon = NULL,
width = NULL,
type = "primary",
btn_type = c("button", "link"),
class = "",
style = "",
...
)
label |
label to display |
icon |
icon before the label |
width, class, style, ... |
passed to 'HTML' tag |
type |
used to calculate |
btn_type |
button style, choices are |
A 'HTML' button tag
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.