surveydown0.9.0 package

Markdown-Based Surveys Using 'Quarto' and 'shiny'

sd_add_page

Add a Page Template to the Current Document

sd_add_question

Add a Question Template to the Current Document

sd_close

Create a 'Close' Button to Exit the Survey

sd_completion_code

Generate a Random Completion Code

sd_copy_value

Create a copy of a value

sd_create_survey

Create a new survey template

sd_create_translations

Create a translations template file

sd_dashboard

Launch Survey Dashboard

sd_database

Connect to a 'PostgreSQL' Database with Automatic Cleanup

sd_db_config

Configure database settings

sd_db_connect

Connect to database

sd_display_question

Create a placeholder for a reactive survey question

sd_display_value

Display the value of a survey question

sd_get_data

Fetch data from a database table with automatic reactivity detection

sd_get_url_pars

Get URL Parameters in a 'shiny' Application

sd_include_folder

Include a folder to the 'shiny' resource path

sd_is_answered

Check if a question is answered

sd_next

Create a 'Next' Button for Page Navigation

sd_output

Output Function for Displaying reactive objects and values

sd_question_custom

Create a Custom Question with a Shiny Widget

sd_question

Create a survey question

sd_reactive

Create a reactive value that is also stored in survey data

sd_redirect

Create a Redirect Element for 'shiny' Applications

sd_server

Server logic for a surveydown survey

sd_set_password

Set password for surveydown survey

sd_setup

Required Set Up Function

sd_show_if

Define show conditions for survey questions

sd_show_password

Show the Saved Survey Password

sd_skip_forward

Define forward skip conditions for survey pages

sd_skip_if

Define skip conditions for survey pages (Deprecated)

sd_store_value

Store a value in the survey data

sd_ui

Create the UI for a surveydown survey

sd_version

Check Surveydown Version

Generate surveys using markdown and R code chunks. Surveys are composed of two files: a survey.qmd 'Quarto' file defining the survey content (pages, questions, etc), and an app.R file defining a 'shiny' app with global settings (libraries, database configuration, etc.) and server configuration options (e.g., conditional skipping / display, etc.). Survey data collected from respondents is stored in a 'PostgreSQL' database. Features include controls for conditional skip logic (skip to a page based on an answer to a question), conditional display logic (display a question based on an answer to a question), a customizable progress bar, and a wide variety of question types, including multiple choice (single choice and multiple choices), select, text, numeric, multiple choice buttons, text area, and dates. Because the surveys render into a 'shiny' app, designers can also leverage the reactive capabilities of 'shiny' to create dynamic and interactive surveys.

  • Maintainer: John Paul Helveston
  • License: MIT + file LICENSE
  • Last published: 2025-03-18