Define 'RAVE' Module Output
Usage
define_output(
definition,
title = "",
width = 12L,
order = Inf,
keyword = "outputId",
...
)
# S3 method for default
define_output(
definition,
title = "",
width = 12L,
order = Inf,
keyword = "outputId",
...
)
Arguments
- definition
R expression of output, such as
plotOutput('out')
- title
Title to show
- width
integer from 1 to 12, similar to "width" in
column
- order
the order of output, smaller order will be displayed first
- keyword
keyword for the output ID
- ...
ignored or passed to other methods