This function runs a Shiny app that shows an example of running a demographic survey in Shiny. It has a sample title and description and its theme color can be customized using a hex color code.
demo_survey(theme = "#63B8FF")
A valid hex color such as #63B8FF (default)
A Shiny App
if (interactive()) demo_survey()