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 21 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

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
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