options.run {loadeR} | R Documentation |
Creates a button to use in a options menu.
Description
Creates a button to use in a options menu.
Usage
options.run(runid, label = "opts")
Arguments
runid |
The input slot that will be used to access the value. |
label |
A label on the top of the menu. |
Value
An HTML element.
Author(s)
Diego Jimenez <diego.jimenez@promidat.com>
Examples
options.run("id")
[Package loadeR version 1.3.0 Index]