Display the value of a survey question
This function is depreciated - use sd_output()
instead.
sd_display_value(id, display_type = "inline", wrapper = NULL, ...)
id
: The ID of the question to displaydisplay_type
: The type of display. Can be "inline"
(default), "text"
, "verbatim"
, or "ui"
.wrapper
: A function to wrap the output...
: Additional arguments passed to the wrapper functionA 'shiny' UI element displaying the question's value