mkearney / qualtricks

πŸ“πŸ€‘πŸ›  Tools for Working with Qualtrics Data

Home Page:https://github.com/mkearney/qualtricks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

πŸ“πŸ€‘πŸ›  Tools for Working with Qualtrics Data

https://github.com/mkearney/qualtricks

License:GNU General Public License v3.0


Languages

Language:R 100.0%