Giter VIP home page Giter VIP logo

qualtrics-1's Introduction

Qualtrics R Package

The qualtrics R package provides functions to interact with the Qualtrics online survey tool. It requires that your account have API access. The latest development version can be installed from Github with the devtools package.

> require(devtools)
> install_github('qualtrics', 'jbryer')

> ls('package:qualtrics')
 [1] "addRecipient"           "createPanel"            "getPanel"              
 [4] "getPanelMemberCount"    "getPanels"              "getRecipient"          
 [7] "getSurvey"              "getSurveyName"          "getSurveyResults"      
[10] "getSurveys"             "sendReminder"           "sendSurveyToIndividual"
[13] "varEntryDialog" 

Login credentials are required. The varEntryDialog provides a user dialog for entering a username and password. Note that although password entry is masked in the dialog, the password is stored in plain text within R.

> login <- varEntryDialog(vars=c('Username', 'Password'), show=c(NA,'*'))

You can retrieve the list of survey in your account with the getSurveys function (note output has been truncated).

> getSurveys(login$Username, login$Password)
	responses SurveyType               SurveyID                            SurveyName
           1         117  SS SV_39RKJNe1htAdR4g  Faculty Survey of Student 	Readiness
           2         400  SS SV_3rQruV2eBPG7uFS      Staff Satisfaction Survey - 2011

qualtrics-1's People

Contributors

jbryer avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.