sdstudiosurveydown Surveys
Pingfan Hu, PhD Candidate at George Washington University, advised by Dr. John Helveston.
Research interests:
For more information, 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 superhero?",
option = c(
"Yes" = "yes",
"No" = "no"
)
)
```
--- some_other_page
Other content...
sdstudio!
sdstudio::launch()























sdstudio gives you…