observed_vector_input: Observed vector input

Description Usage Arguments

View source: R/observed_vector_input.R

Description

Observed vector input

Usage

1
2
3
4
5
observed_vector_input(input, output, session, .values, .parent,
  .label = NULL, .value = "", .error_controller_text = NULL,
  .error_controller_value = NULL)

observed_vector_input_ui(id)

Arguments

input, output, session

Called by callModule.

.values

The .values list.

.parent

The parent Node object.

.label

The contents of the button or link-usually a text label, but you could also use any other HTML, like an image.

.value

Function without an argument (e.g reactive) or vector containing the initial value of the text input.

.error_controller_text

ErrorController or ErrorControllerList for controlling the text of the textInput.

.error_controller_value

ErrorController or ErrorControllerList for controlling the module's value (numeric vector).

id

The module's id.


DavidBarke/QWUtils documentation built on Jan. 13, 2020, 11:52 a.m.