processButton {psichomics}R Documentation

Style button used to initiate a process

Description

Style button used to initiate a process

Usage

processButton(id, label, ..., class = "btn-primary")

Arguments

id

Character: button identifier

label

Character: label

...

Arguments passed on to shiny::actionButton

icon

An optional icon() to appear on the button.

width

The width of the input, e.g. '400px', or '100%'; see validateCssUnit().

class

Character: class

Value

HTML for a button


[Package psichomics version 1.20.2 Index]