sdstudiosurveydown Surveys
Pingfan Hu, PhD Candidate at George Washington University, advised by Dr John Helveston.
Research field:
Research focuses:
For more infomation, visit pingfanhu.com

code?✅ Reproducibility
✅ Version control
✅ Lots of features
✅ Open source
surveydown!
survey.qmd---
survey-settings:
use-cookies: true
rate-survey: false
---
```{r}
library(surveydown)
```
--- welcome
# Welcome to `surveydown`!
```{r}
sd_question(
type = "mc",
id = "has_fav_hero",
label = "Do you have a favorite super hero?",
option = c(
"Yes" = "yes",
"No" = "no"
)
)
```
--- some_other_page
Other content...
sdstudio!
sdstudio::launch()























sdstudio gives you…