demo_survey {shinysurveys}R Documentation

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

if (interactive()) demo_survey()


[Package shinysurveys version 0.2.0 Index]