sd_display_value {surveydown} | R Documentation |
Display the value of a survey question
Description
This function is depreciated - use sd_output()
instead.
Usage
sd_display_value(id, display_type = "inline", wrapper = NULL, ...)
Arguments
id |
The ID of the question to display |
display_type |
The type of display. Can be |
wrapper |
A function to wrap the output |
... |
Additional arguments passed to the wrapper function |
Value
A 'shiny' UI element displaying the question's value
[Package surveydown version 0.11.0 Index]