install.packages("surveydown")
Installation
Install R & Quarto
You need both:
- Install
- Install Quarto
We also recommend working with an IDE that has good support for R, Quarto, and Shiny.
Install the {surveydown} R package
You can install {surveydown} from CRAN in your R console:
or you can install the development version from GitHub:
# install.packages("pak")
::pak('surveydown-dev/surveydown') pak
Load the package with:
library(surveydown)
You can also check which version you have installed:
::sd_version() surveydown