Learn R Programming

shinysurveys (version 0.2.0)

demo_survey: Demo Survey

Description

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.

Usage

demo_survey(theme = "#63B8FF")

Arguments

theme

A valid hex color such as #63B8FF (default)

Value

A Shiny App

Examples

Run this code
# NOT RUN {
if (interactive()) demo_survey()

# }

Run the code above in your browser using DataLab