The goal of shinysurveys is to provide an easy to use framework for developing and deploying surveys in R.
You can install the development version of shinysurveys on from Github as follows:
# Install/update discord with the development version from GitHub. # If devtools is not installed, uncomment the line below. # install.packages("devtools") devtools::install_github("jdtrat/shinysurveys") # Load package library(shinysurveys)
To see a sample survey made using our package, run the following code:
library(shinysurveys) shinysurveys::demo_survey()