define_output: Define 'RAVE' module outputs

Description Usage Arguments

Description

Define 'RAVE' module outputs

Usage

1
2
3
4
5
6
7
8
9
define_output(
  definition,
  title = "",
  width = 12L,
  order = Inf,
  keyword = "outputId",
  watch_reactive = "input$..rave_output_update_all..",
  ...
)

Arguments

definition

un-evaluated R expressions

title

title of output

width

integer from 1 to 12, width of output

order

order of the output; output with smaller order will be at the front row

keyword

argument name for shiny output ID

watch_reactive

reactive value to set once input is changed

...

passed to other methods


dipterix/rave2 documentation built on Sept. 1, 2020, 12:07 a.m.