README.md

qualtricks

Build
status CRAN
status Coverage
Status

lifecycle

Tools for Working with Qualtrics Data

Installation

Install the development version from Github with:

## install remotes pkg if not already
if (!requireNamespace("remotes")) {
  install.packages("remotes")
}

## install from github
remotes::install_github("mkearney/qualtricks")

Use

Streamlined process for reading Qualtrics data.

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

Streamlined process for recoding Likert items

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


mkearney/qualtricks documentation built on May 4, 2019, 3:17 p.m.