knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

misinformation

misinformation is an internal r package to help deal with qualtrics data and other common data processing tasks in the Misinformation lab at Deakin University. For example, providing a table of country information to match the default qualtrics country item.

Installation

misinformation will not be made available on CRAN, but you can install the from github with:

# install.packages("devtools")
devtools::install_github("lingtax/misinformation")

Usage

See vignettes for examples of use.



Lingtax/Qualtrics documentation built on July 4, 2022, 3:24 a.m.