sd_display_value function

Display the value of a survey question

Display the value of a survey question

This function is depreciated - use sd_output() instead.

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 "inline" (default), "text", "verbatim", or "ui".
  • wrapper: A function to wrap the output
  • ...: Additional arguments passed to the wrapper function

Returns

A 'shiny' UI element displaying the question's value

  • Maintainer: John Paul Helveston
  • License: MIT + file LICENSE
  • Last published: 2025-03-18