Learn R Programming

sdstudio

sdstudio is a companion package for building, previewing, and managing surveys built using the surveydown survey platform through a Graphical User Interface (GUI). The studio runs as a local Shiny web app and makes it easier to create, preview, and manage surveys without extensive programming knowledge.

Intro Video

Installation

Installing sdstudio:

# Option 1: install from CRAN
install.packages("sdstudio")

# Option 2: install from GitHub
pak::pak("surveydown-dev/sdstudio", ask = FALSE)

Make sure to install surveydown as well:

# Option 1: install from CRAN
install.packages("surveydown")

# Option 2: install from GitHub
pak::pak("surveydown-dev/surveydown", ask = FALSE)

Launch

Simply call the launch() function to start the studio:

sdstudio::launch()

Features

Copy Link

Version

Install

install.packages('sdstudio')

Monthly Downloads

134

Version

0.2.0

License

MIT + file LICENSE

Maintainer

Pingfan Hu

Last Published

February 2nd, 2026

Functions in sdstudio (0.2.0)

launch

Launch surveydown Studio