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::pak('surveydown-dev/surveydown')
Load the package with:
You can also check which version you have installed:
surveydown::sd_version()