Skip to content

lupyanlab/qualtrics_read_in_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qualtrics_read_in_data_updated

These codes are for importing qualtrics data directly from website and organize data to a long format data-frame that we would use in an analysis.

Make sure following packages are installed in R:

tidyverse yaml qualtRics readr

  1. Clone this repository to the local folder where you will analyze your data.
  2. Open download_survey_data.R, set your working directory on line 2.
  3. Enter your survey name under variable "survey_name"
  4. Run download_survey_data.R. There will be three files created in your folder. "qualtrics.csv" will be your raw data in wide format. "responses.csv" will be your raw data in long format. "questions.csv" will be comments to your survey as well as some demographic information of the participants.

About

the most updated r code for importing/formatting qualtrics data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages