项目作者: mkearney

项目描述 :
📝🤡🛠 Tools for Working with Qualtrics Data
高级语言: R
项目地址: git://github.com/mkearney/qualtricks.git
创建时间: 2018-10-10T14:40:12Z
项目社区:https://github.com/mkearney/qualtricks

开源协议:Other

下载


" class="reference-link">qualtricks

Build
status
CRAN
status
Coverage
Status

!--#![Downloads](https://cranlogs.r-pkg.org/badges/qualtricks) #![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/qualtricks)--

lifecycle

Tools for Working with Qualtrics Data

Installation

Install the development version from Github with:

  1. ## install remotes pkg if not already
  2. if (!requireNamespace("remotes")) {
  3. install.packages("remotes")
  4. }
  5. ## install from github
  6. remotes::install_github("mkearney/qualtricks")

Use

Streamlined process for reading Qualtrics data.

  1. ## read in qualtrics CSV data
  2. (d <- qualtricks::read_qualtrics("path/to/qualtrics.csv"))

Streamlined process for recoding Likert items

  1. ## recode likerts (from labels to integers)
  2. qualtricks::recode_likert(d)