demo_survey_multipage {shinysurveys} | R Documentation |
Demo Survey over Multiple Pages
Description
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.
Usage
demo_survey_multipage(theme = "#63B8FF")
Arguments
theme |
A valid hex color such as #63B8FF (default) |
Value
A Shiny App
Examples
if (interactive()) demo_survey_multipage()
[Package shinysurveys version 0.2.0 Index]