Package: surveydown 0.8.4

John Paul Helveston

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

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.

Authors:John Paul Helveston [aut, cre, cph], Pingfan Hu [aut, cph], Bogdan Bunea [aut, cph], Stefan Munnes [ctb]

surveydown_0.8.4.tar.gz
surveydown_0.8.4.zip(r-4.5)surveydown_0.8.4.zip(r-4.4)surveydown_0.8.4.zip(r-4.3)
surveydown_0.8.4.tgz(r-4.5-any)surveydown_0.8.4.tgz(r-4.4-any)surveydown_0.8.4.tgz(r-4.3-any)
surveydown_0.8.4.tar.gz(r-4.5-noble)surveydown_0.8.4.tar.gz(r-4.4-noble)
surveydown_0.8.4.tgz(r-4.4-emscripten)surveydown_0.8.4.tgz(r-4.3-emscripten)
surveydown.pdf |surveydown.html
surveydown/json (API)
NEWS

# Install 'surveydown' in R:
install.packages('surveydown', repos = c('https://surveydown-dev.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/surveydown-dev/surveydown/issues

Pkgdown site:https://pkg.surveydown.org

On CRAN:

Conda:

markdownpostgrespostgresqlquartoshinyshiny-appsshiny-rsupabasesurveysurveys

8.28 score 96 stars 133 scripts 280 downloads 32 exports 90 dependencies

Last updated 3 hours agofrom:fdd1901dcf. Checks:9 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 12 2025
R-4.5-winOKMar 12 2025
R-4.5-macOKMar 12 2025
R-4.5-linuxOKMar 12 2025
R-4.4-winOKMar 12 2025
R-4.4-macOKMar 12 2025
R-4.4-linuxOKMar 12 2025
R-4.3-winOKMar 12 2025
R-4.3-macOKMar 12 2025

Exports:sd_add_pagesd_add_questionsd_closesd_completion_codesd_copy_valuesd_create_surveysd_create_translationssd_dashboardsd_databasesd_db_configsd_db_connectsd_display_questionsd_display_valuesd_get_datasd_get_url_parssd_include_foldersd_is_answeredsd_nextsd_outputsd_questionsd_question_customsd_reactivesd_redirectsd_serversd_set_passwordsd_setupsd_show_ifsd_show_passwordsd_skip_ifsd_store_valuesd_uisd_version

Dependencies:askpassbase64encbitbit64blobbslibcachemclicliprcommonmarkcpp11crayoncredentialscrosstalkcurlDBIdescdigestdotenvDTevaluatefansifastmapfontawesomefsgenericsgertghgitcredsgluehighrhmshtmltoolshtmlwidgetshttpuvhttrhttr2inijquerylibjsonliteknitrlaterlazyevallifecyclelubridatemagrittrmarkdownmemoisemimeopensslpillarpkgconfigplogrpoolprocessxpromisespspurrrquartoR6rappdirsRcpprlangrmarkdownRPostgresrprojrootrstudioapirvestsassselectrshinyshinyjsshinyWidgetssourcetoolsstringistringrsystibbletimechangetinytexusethisutf8vctrswhiskerwithrxfunxml2xtableyamlzip

Readme and manuals

Help Manual

Help pageTopics
Add a Page Template to the Current Documentsd_add_page
Add a Question Template to the Current Documentsd_add_question
Create a 'Close' Button to Exit the Surveysd_close
Generate a Random Completion Codesd_completion_code
Create a copy of a valuesd_copy_value
Create a new survey templatesd_create_survey
Create a translations template filesd_create_translations
Launch Survey Dashboardsd_dashboard
Connect to a 'PostgreSQL' Database with Automatic Cleanupsd_database
Configure database settingssd_db_config
Connect to databasesd_db_connect
Create a placeholder for a reactive survey questionsd_display_question
Display the value of a survey questionsd_display_value
Fetch data from a database table with automatic reactivity detectionsd_get_data
Get URL Parameters in a 'shiny' Applicationsd_get_url_pars
Include a folder to the 'shiny' resource pathsd_include_folder
Check if a question is answeredsd_is_answered
Create a 'Next' Button for Page Navigationsd_next
Output Function for Displaying reactive objects and valuessd_output
Create a survey questionsd_question
Create a Custom Question with a Shiny Widgetsd_question_custom
Create a reactive value that is also stored in survey datasd_reactive
Create a Redirect Element for 'shiny' Applicationssd_redirect
Server logic for a surveydown surveysd_server
Set password for surveydown surveysd_set_password
Required Set Up Functionsd_setup
Define show conditions for survey questionssd_show_if
Show the Saved Survey Passwordsd_show_password
Define skip conditions for survey pagessd_skip_if
Store a value in the survey datasd_store_value
Create the UI for a surveydown surveysd_ui
Check Surveydown Versionsd_version