Here at Urban, we use Qualtrics to build and deploy surveys. You can get some sense of your data directly in Qualtrics, but if you want to to pull in data from other sources or do any meaningful data wrangling, Qualtrics Results and Reports aren't going to cut it. Enter qualtRics and Shiny.
qualtRics is an R package that uses the Qualtrics API to retrieve survey data and minimizes the preprocessing necessary to work with that data. Shiny in as R package that makes it easy to build interactive web applications in R. You can use them together to create a Qualtrics data dashboard.
See the materials in the demo
folder for a look under the hood of this demo dashboard, then use the template and instructions in the diy
folder to build your own!