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 = "",
...
)
A 'HTML' button tag
label to display
icon before the label
passed to 'HTML' tag
used to calculate class
button style, choices are 'button'
or 'link'