Other packages > Find by keyword >

surveydown  

Markdown-Based Surveys Using 'Quarto' and 'shiny'
View on CRAN: Click here


Download and install surveydown package within the R console
Install from CRAN:
install.packages("surveydown")

Install from Github:
library("remotes")
install_github("cran/surveydown")

Install by package version:
library("remotes")
install_version("surveydown", "0.4.0")



Attach the package and use:
library("surveydown")
Maintained by
John Paul Helveston
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2024-11-01
Latest Update: 2024-11-01
Description:
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.
How to cite:
John Paul Helveston (2024). surveydown: Markdown-Based Surveys Using 'Quarto' and 'shiny'. R package version 0.4.0, https://cran.r-project.org/web/packages/surveydown. Accessed 23 Nov. 2024.
Previous versions and publish date:
No previous versions
Other packages that cited surveydown R package
View surveydown citation profile
Other R packages that surveydown depends, imports, suggests or enhances
Complete documentation for surveydown
Functions, R codes and Examples using the surveydown R package
Full surveydown package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

Mondrian  
A Simple Graphical Representation of the Relative Occurrence and Co-Occurrence of Events
The unique function of this package allows representing in a single graph the relative occurrence an ...
Download / Learn more Package Citations See dependency  
highlight  
Syntax Highlighter
Syntax highlighter for R code based on the results of the R parser. Rendering in HTML and latex mar ...
Download / Learn more Package Citations See dependency  
abcADM  
Fit Accumulated Damage Models and Estimate Reliability using ABC
Estimate parameters of accumulated damage load duration models based on failure time data under a Ba ...
Download / Learn more Package Citations See dependency  
Simile  
Interact with Simile Models
Allows a Simile model saved as a compiled binary to be loaded, parameterized, executed and interroga ...
Download / Learn more Package Citations See dependency  
RH2  
DBI/RJDBC Interface to H2 Database
DBI/RJDBC interface to h2 database. h2 version 1.3.175 is included. ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA