Skip to contents

Survey Setup

Functions for setting up and creating surveys

sd_setup()
Required Set Up Function
sd_create_survey()
Create a Survey Template

Survey Components

Functions for defining survey questions, navigation, and storing values

sd_question()
Create a survey question
sd_output()
Output Function for Displaying reactive objects and values
sd_display_question()
Create a placeholder for a reactive survey question
sd_display_value()
Display the value of a survey question
sd_next()
Create a 'Next' Button for Page Navigation
sd_redirect()
Create a Redirect Element for Shiny Applications
sd_store_value()
Store a value
sd_copy_value()
Create a copy of an input value

Configuration and Server

Functions for configuring surveys and setting up the server

sd_config()
Configuration Function for surveydown Surveys
sd_database()
Connect to a Supabase Database with Automatic Cleanup
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_redirect()
Create a Redirect Element for Shiny Applications
sd_server()
Server Logic for a surveydown survey
sd_set_password()
Set Password

Version Management

Functions for managing package and extension versions

sd_check_versions()
Check Surveydown Versions
sd_update_extension()
Update Survey Extension
sd_update_surveydown()
Update Surveydown Package and Extension