View source: R/func_demo-surveys.R
demo_survey_multipage | R Documentation |
This function runs a Shiny app that shows an example of running a demographic survey in Shiny, spanning multiple pages. It has a sample title and description and its theme color can be customized using a hex color code.
demo_survey_multipage(theme = "#63B8FF")
theme |
A valid hex color such as #63B8FF (default) |
A Shiny App
if (interactive()) demo_survey_multipage()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.